Home
Workday Payroll
Payroll Results Payment Election Collection Structure
Payroll Results Payment Election Collection Structure
PaymentElectionCollection schema from Workday Payroll Results API
Type: object
Properties: 2
Compensation Enterprise Human Resources Payroll Software-as-a-Service Tax
PaymentElectionCollection is a JSON Structure definition published by Workday Payroll, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
data
total
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/workday-payroll/refs/heads/main/json-structure/payroll-results-payment-election-collection-structure.json",
"name": "PaymentElectionCollection",
"description": "PaymentElectionCollection schema from Workday Payroll Results API",
"type": "object",
"properties": {
"data": {
"type": "array",
"items": {
"$ref": "#/$defs/PaymentElection"
}
},
"total": {
"type": "int32",
"description": "Total number of payment elections",
"example": 52
}
},
"definitions": {
"PaymentElection": {
"name": "PaymentElection",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the payment election",
"example": "pe_w100542_primary"
},
"order": {
"type": "int32",
"description": "Priority order of the election",
"example": 1
},
"distributionType": {
"type": "string",
"enum": [
"Amount",
"Percentage",
"Remainder"
],
"description": "How payment is distributed",
"example": "Amount"
},
"amount": {
"type": "double",
"description": "Fixed amount (when distributionType is Amount)",
"example": 2500.0
},
"percentage": {
"type": "double",
"description": "Percentage of net pay (when distributionType is Percentage)",
"example": 100.0
},
"accountType": {
"type": "string",
"enum": [
"Checking",
"Savings"
],
"description": "Bank account type",
"example": "Checking"
},
"bankName": {
"type": "string",
"description": "Financial institution name",
"example": "Wells Fargo"
},
"lastFourDigits": {
"type": "string",
"description": "Last four digits of account number",
"example": "4521"
},
"currency": {
"type": "string",
"description": "ISO 4217 currency code",
"example": "USD"
},
"active": {
"type": "boolean",
"description": "Whether this election is currently active",
"example": true
}
}
}
}
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/payroll-results-payment-election-collection-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no email required.
A second provider on the same verified email joins the account you already have.