Workday Integration · Schema
Payroll Input
Represents a payroll input entry in the Workday Payroll system, used for additional pay components, deductions, or adjustments to be processed in a payroll run.
EnterpriseERPFinanceHCMIntegrationPayroll
Properties
| Name | Type | Description |
|---|---|---|
| id | string | The unique Workday identifier for the payroll input |
| descriptor | string | The display name of the payroll input |
| worker | object | The worker this payroll input applies to |
| payComponent | object | The pay component (earnings, deduction, or contribution type) |
| amount | number | The monetary amount for the payroll input |
| currency | object | The currency of the amount |
| startDate | string | The start date for the payroll input |
| endDate | stringnull | The end date for the payroll input |
| payGroup | object | The pay group for processing |
| position | object | The position associated with the payroll input |
| worktags | array | Worktags for financial categorization |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://schemas.workday.com/payrollInput",
"title": "Payroll Input",
"description": "Represents a payroll input entry in the Workday Payroll system, used for additional pay components, deductions, or adjustments to be processed in a payroll run.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "The unique Workday identifier for the payroll input"
},
"descriptor": {
"type": "string",
"description": "The display name of the payroll input"
},
"worker": {
"$ref": "#/$defs/ResourceReference",
"description": "The worker this payroll input applies to"
},
"payComponent": {
"$ref": "#/$defs/ResourceReference",
"description": "The pay component (earnings, deduction, or contribution type)"
},
"amount": {
"type": "number",
"description": "The monetary amount for the payroll input"
},
"currency": {
"$ref": "#/$defs/ResourceReference",
"description": "The currency of the amount"
},
"startDate": {
"type": "string",
"format": "date",
"description": "The start date for the payroll input"
},
"endDate": {
"type": ["string", "null"],
"format": "date",
"description": "The end date for the payroll input"
},
"payGroup": {
"$ref": "#/$defs/ResourceReference",
"description": "The pay group for processing"
},
"position": {
"$ref": "#/$defs/ResourceReference",
"description": "The position associated with the payroll input"
},
"worktags": {
"type": "array",
"items": {
"$ref": "#/$defs/ResourceReference"
},
"description": "Worktags for financial categorization"
}
},
"required": ["id", "worker", "payComponent"],
"$defs": {
"ResourceReference": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"descriptor": {
"type": "string"
},
"href": {
"type": "string",
"format": "uri"
}
},
"required": ["id"]
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/workday-integration-payroll"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.