{ "info": { "_postman_id": "1fac4435-da4d-42c8-bbba-6916a7f2b4c8", "name": "Workday Payroll Input Deductions One-Time Payments 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:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "lastUpdatedBy": "35240", "uid": "35240-1fac4435-da4d-42c8-bbba-6916a7f2b4c8" }, "item": [ { "name": "oneTimePayments", "item": [ { "name": "{paymentId}", "item": [ { "name": "Workday Payroll Get a One-time Payment", "id": "8247064f-19d5-4e6b-b695-fc4238c0907a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/oneTimePayments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments", ":paymentId" ], "variable": [ { "id": "35d98eca-1666-4add-bc43-b5480658d2a9", "key": "paymentId", "value": "", "description": "(Required) Unique identifier for the one-time payment" } ] }, "description": "Retrieve details of a specific one-time payment request." }, "response": [ { "id": "9c76528c-b552-4014-9d45-e4905e971734", "name": "One-time payment details", "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}}/oneTimePayments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments", ":paymentId" ], "variable": [ { "key": "paymentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"worker\": {\n \"id\": \"\",\n \"descriptor\": \"\"\n },\n \"earningCode\": \"\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"reason\": \"\",\n \"effectiveDate\": \"\",\n \"status\": \"Approved\",\n \"createdOn\": \"\",\n \"submittedBy\": \"\"\n}", "createdAt": "2026-07-28T03:32:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-9c76528c-b552-4014-9d45-e4905e971734" }, { "id": "fa696177-224f-4375-8bd0-fd625e9ef5fa", "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}}/oneTimePayments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments", ":paymentId" ], "variable": [ { "key": "paymentId" } ] } }, "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:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-fa696177-224f-4375-8bd0-fd625e9ef5fa" }, { "id": "f9a4b3c0-4dab-4c06-860d-cae789ca1223", "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}}/oneTimePayments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments", ":paymentId" ], "variable": [ { "key": "paymentId" } ] } }, "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:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-f9a4b3c0-4dab-4c06-860d-cae789ca1223" } ], "createdAt": "2026-07-28T03:32:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-8247064f-19d5-4e6b-b695-fc4238c0907a" }, { "name": "Workday Payroll Update a One-time Payment", "id": "71bc4cde-bb17-4395-b9de-0d70921ae176", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"reason\": \"\",\n \"effectiveDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/oneTimePayments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments", ":paymentId" ], "variable": [ { "id": "bba99577-cce8-4f41-99f5-59e1338c835d", "key": "paymentId", "value": "", "description": "(Required) Unique identifier for the one-time payment" } ] }, "description": "Update a pending one-time payment request." }, "response": [ { "id": "6ba7ffc2-fea0-4904-9be0-72ab02aa89bf", "name": "One-time payment updated", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"reason\": \"\",\n \"effectiveDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/oneTimePayments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments", ":paymentId" ], "variable": [ { "key": "paymentId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"worker\": {\n \"id\": \"\",\n \"descriptor\": \"\"\n },\n \"earningCode\": \"\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"reason\": \"\",\n \"effectiveDate\": \"\",\n \"status\": \"Approved\",\n \"createdOn\": \"\",\n \"submittedBy\": \"\"\n}", "createdAt": "2026-07-28T03:32:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-6ba7ffc2-fea0-4904-9be0-72ab02aa89bf" }, { "id": "f0db0a6c-9cbc-4ea0-b6b9-6871914ae640", "name": "Invalid request parameters", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"reason\": \"\",\n \"effectiveDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/oneTimePayments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments", ":paymentId" ], "variable": [ { "key": "paymentId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:32:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-f0db0a6c-9cbc-4ea0-b6b9-6871914ae640" }, { "id": "4ee4e48a-8350-426e-82ed-07c68b481f16", "name": "Authentication required or token expired", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"reason\": \"\",\n \"effectiveDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/oneTimePayments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments", ":paymentId" ], "variable": [ { "key": "paymentId" } ] } }, "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:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-4ee4e48a-8350-426e-82ed-07c68b481f16" }, { "id": "f90a3433-19c4-449d-8843-529be372144f", "name": "Resource not found", "originalRequest": { "method": "PATCH", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"amount\": \"\",\n \"reason\": \"\",\n \"effectiveDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/oneTimePayments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments", ":paymentId" ], "variable": [ { "key": "paymentId" } ] } }, "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:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-f90a3433-19c4-449d-8843-529be372144f" } ], "createdAt": "2026-07-28T03:32:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-71bc4cde-bb17-4395-b9de-0d70921ae176" }, { "name": "Workday Payroll Delete a One-time Payment", "id": "1e1602db-91f1-45e0-97ab-6219bce31696", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/oneTimePayments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments", ":paymentId" ], "variable": [ { "id": "d7629293-5c23-4bc5-8e9a-5774a246181c", "key": "paymentId", "value": "", "description": "(Required) Unique identifier for the one-time payment" } ] }, "description": "Delete a pending one-time payment request that has not yet been processed." }, "response": [ { "id": "c2bab8eb-3c37-420c-9dcf-478bcdbf819d", "name": "One-time payment deleted", "originalRequest": { "method": "DELETE", "header": [ { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/oneTimePayments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments", ":paymentId" ], "variable": [ { "key": "paymentId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T03:32:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-c2bab8eb-3c37-420c-9dcf-478bcdbf819d" }, { "id": "6777a00b-16f6-455f-bc86-d24cd243b061", "name": "Authentication required or token expired", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/oneTimePayments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments", ":paymentId" ], "variable": [ { "key": "paymentId" } ] } }, "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:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-6777a00b-16f6-455f-bc86-d24cd243b061" }, { "id": "d738c7c2-5167-440b-a2cb-5184820abb02", "name": "Resource not found", "originalRequest": { "method": "DELETE", "header": [ { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "url": { "raw": "{{baseUrl}}/oneTimePayments/:paymentId", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments", ":paymentId" ], "variable": [ { "key": "paymentId" } ] } }, "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:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-d738c7c2-5167-440b-a2cb-5184820abb02" } ], "createdAt": "2026-07-28T03:32:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-1e1602db-91f1-45e0-97ab-6219bce31696" } ], "id": "0fb96ebf-e4d1-4add-b49f-d97a376d0600", "createdAt": "2026-07-28T03:32:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-0fb96ebf-e4d1-4add-b49f-d97a376d0600" }, { "name": "Workday Payroll List One-time Payments", "id": "78f975c7-72d0-45dc-a375-4919b17936e3", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/oneTimePayments?limit=20&offset=0&workerId=&status=Processed", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments" ], "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": "Filter by worker identifier", "key": "workerId", "value": "" }, { "description": "Filter by status", "key": "status", "value": "Processed" } ] }, "description": "Retrieve all one-time payment requests, optionally filtered by status, worker, or date range." }, "response": [ { "id": "2ba07a32-b6f8-43a5-b872-808507bf512a", "name": "Collection of one-time payments", "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}}/oneTimePayments?limit=20&offset=0&workerId=&status=Processed", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments" ], "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": "Filter by worker identifier", "key": "workerId", "value": "" }, { "description": "Filter by status", "key": "status", "value": "Processed" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"data\": [\n {\n \"id\": \"\",\n \"worker\": {\n \"id\": \"\",\n \"descriptor\": \"\"\n },\n \"earningCode\": \"\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"reason\": \"\",\n \"effectiveDate\": \"\",\n \"status\": \"Rejected\",\n \"createdOn\": \"\",\n \"submittedBy\": \"\"\n },\n {\n \"id\": \"\",\n \"worker\": {\n \"id\": \"\",\n \"descriptor\": \"\"\n },\n \"earningCode\": \"\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"reason\": \"\",\n \"effectiveDate\": \"\",\n \"status\": \"Approved\",\n \"createdOn\": \"\",\n \"submittedBy\": \"\"\n }\n ],\n \"total\": \"\"\n}", "createdAt": "2026-07-28T03:32:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-2ba07a32-b6f8-43a5-b872-808507bf512a" }, { "id": "25dd1f03-3f28-473b-b519-d3ddeca5e3f6", "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}}/oneTimePayments?limit=20&offset=0&workerId=&status=Processed", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments" ], "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": "Filter by worker identifier", "key": "workerId", "value": "" }, { "description": "Filter by status", "key": "status", "value": "Processed" } ] } }, "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:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-25dd1f03-3f28-473b-b519-d3ddeca5e3f6" } ], "createdAt": "2026-07-28T03:32:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-78f975c7-72d0-45dc-a375-4919b17936e3" }, { "name": "Workday Payroll Create a One-time Payment", "id": "86676aa2-d404-4a6e-82de-35e18b777adb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"workerId\": \"\",\n \"earningCode\": \"\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"reason\": \"\",\n \"effectiveDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/oneTimePayments", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments" ] }, "description": "Submit a new one-time payment request for a worker, such as a bonus, retroactive pay adjustment, or relocation allowance." }, "response": [ { "id": "e5edf8b4-f5c2-4b78-859a-6094d34041f7", "name": "One-time payment created", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"workerId\": \"\",\n \"earningCode\": \"\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"reason\": \"\",\n \"effectiveDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/oneTimePayments", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"id\": \"\",\n \"worker\": {\n \"id\": \"\",\n \"descriptor\": \"\"\n },\n \"earningCode\": \"\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"reason\": \"\",\n \"effectiveDate\": \"\",\n \"status\": \"Approved\",\n \"createdOn\": \"\",\n \"submittedBy\": \"\"\n}", "createdAt": "2026-07-28T03:32:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-e5edf8b4-f5c2-4b78-859a-6094d34041f7" }, { "id": "ac837ea0-0337-4672-9bea-282e0d5df957", "name": "Invalid request parameters", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"workerId\": \"\",\n \"earningCode\": \"\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"reason\": \"\",\n \"effectiveDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/oneTimePayments", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T03:32:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-ac837ea0-0337-4672-9bea-282e0d5df957" }, { "id": "d1340026-21cb-4b69-a2a6-939017245ef0", "name": "Authentication required or token expired", "originalRequest": { "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: bearer", "key": "Authorization", "value": "Bearer " } ], "body": { "mode": "raw", "raw": "{\n \"workerId\": \"\",\n \"earningCode\": \"\",\n \"amount\": \"\",\n \"currency\": \"\",\n \"reason\": \"\",\n \"effectiveDate\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/oneTimePayments", "host": [ "{{baseUrl}}" ], "path": [ "oneTimePayments" ] } }, "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:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-d1340026-21cb-4b69-a2a6-939017245ef0" } ], "createdAt": "2026-07-28T03:32:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-86676aa2-d404-4a6e-82de-35e18b777adb" } ], "id": "c5b4f567-97cc-4a72-b01e-d3c9c892d196", "createdAt": "2026-07-28T03:32:05.000Z", "updatedAt": "2026-07-28T03:32:05.000Z", "uid": "35240-c5b4f567-97cc-4a72-b01e-d3c9c892d196" } ], "auth": { "type": "bearer", "bearer": [ { "key": "token", "value": "{{bearerToken}}", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.workday.com/payroll-input/v1" } ] }