Oracle E-Business Suite · Example Payload

Human Resources Benefit Enrollment Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Human Resources Benefit Enrollment Example is an example object payload from Oracle E-Business Suite, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

enrollmentResultIdpersonIdplanIdplanNameoptionIdoptionNamecoverageLevelCodeeffectiveStartDateeffectiveEndDateenrollmentStartDateenrollmentEndDatebenefitAmount

Example Payload

Raw ↑
{
  "enrollmentResultId": "500123",
  "personId": "500123",
  "planId": "500123",
  "planName": "example_value",
  "optionId": "500123",
  "optionName": "example_value",
  "coverageLevelCode": "example_value",
  "effectiveStartDate": "example_value",
  "effectiveEndDate": "example_value",
  "enrollmentStartDate": "example_value",
  "enrollmentEndDate": "example_value",
  "benefitAmount": 42.5
}