Oracle E-Business Suite · JSON Structure

Human Resources Benefit Enrollment Structure

Type: object Properties: 12
Business ApplicationsE-Business SuiteEnterpriseERPOracle

BenefitEnrollment is a JSON Structure definition published by Oracle E-Business Suite, describing 12 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

enrollmentResultId personId planId planName optionId optionName coverageLevelCode effectiveStartDate effectiveEndDate enrollmentStartDate enrollmentEndDate benefitAmount

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "BenefitEnrollment",
  "type": "object",
  "properties": {
    "enrollmentResultId": {
      "type": "integer"
    },
    "personId": {
      "type": "integer"
    },
    "planId": {
      "type": "integer"
    },
    "planName": {
      "type": "string"
    },
    "optionId": {
      "type": "integer"
    },
    "optionName": {
      "type": "string"
    },
    "coverageLevelCode": {
      "type": "string"
    },
    "effectiveStartDate": {
      "type": "string"
    },
    "effectiveEndDate": {
      "type": "string"
    },
    "enrollmentStartDate": {
      "type": "string"
    },
    "enrollmentEndDate": {
      "type": "string"
    },
    "benefitAmount": {
      "type": "number"
    }
  }
}