JobChangeRequest

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
effectiveDate string
reason object
proposedPosition object
View JSON Schema on GitHub

JSON Schema

workday-integration-jobchangerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobChangeRequest",
  "title": "JobChangeRequest",
  "type": "object",
  "required": [
    "effectiveDate"
  ],
  "properties": {
    "effectiveDate": {
      "type": "string",
      "format": "date"
    },
    "reason": {
      "$ref": "#/components/schemas/ResourceReference"
    },
    "proposedPosition": {
      "$ref": "#/components/schemas/ResourceReference"
    }
  }
}