Workday Studio · Schema

GetBenefitPlansRequest

CloudDevelopmentEnterpriseFinanceHRIDEIntegration

Properties

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

JSON Schema

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