Workday Studio · Schema

GetCompensationPlansRequest

CloudDevelopmentEnterpriseFinanceHRIDEIntegration

Properties

Name Type Description
requestCriteria object
compensationPlanType string
View JSON Schema on GitHub

JSON Schema

workday-studio-getcompensationplansrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetCompensationPlansRequest",
  "title": "GetCompensationPlansRequest",
  "type": "object",
  "properties": {
    "requestCriteria": {
      "$ref": "#/components/schemas/RequestCriteria"
    },
    "compensationPlanType": {
      "type": "string"
    }
  }
}