Workday Payroll · JSON Structure

Payroll Input Update One Time Payment Request Structure

UpdateOneTimePaymentRequest schema from Workday Payroll Input API

Type: object Properties: 3
CompensationEnterpriseHuman ResourcesPayrollSaaSTax

UpdateOneTimePaymentRequest is a JSON Structure definition published by Workday Payroll, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

amount reason effectiveDate

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workday-payroll/refs/heads/main/json-structure/payroll-input-update-one-time-payment-request-structure.json",
  "name": "UpdateOneTimePaymentRequest",
  "description": "UpdateOneTimePaymentRequest schema from Workday Payroll Input API",
  "type": "object",
  "properties": {
    "amount": {
      "type": "double",
      "description": "Updated payment amount",
      "example": 2500.0
    },
    "reason": {
      "type": "string",
      "description": "Updated reason",
      "example": "Q1 2026 performance bonus"
    },
    "effectiveDate": {
      "type": "date",
      "description": "Updated effective date",
      "example": "2026-04-30"
    }
  }
}