ScorecardRequest

EnterpriseERPFinanceHCMIntegrationPayroll

Properties

Name Type Description
name string
effectiveDate string
View JSON Schema on GitHub

JSON Schema

workday-integration-scorecardrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ScorecardRequest",
  "title": "ScorecardRequest",
  "type": "object",
  "required": [
    "name",
    "effectiveDate"
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "effectiveDate": {
      "type": "string",
      "format": "date"
    }
  }
}