Create a HR Employee Elected Plans
  • 06 Jan 2025
  • 1 Minute to read
  • Dark
    Light

Create a HR Employee Elected Plans

  • Dark
    Light

Article summary

Post
/hcm-rest-api/rest/1/hrelectedplans

Create Elected Plans

UI Location:

Security
HTTP
Type basic

Basic authentication

Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "EldEmpNo": "TST1", "EldCode": "AD&D", "EldCompCode": "001", "EldPrnCode": "WK", "EldVendor": "ZURICH", "EldCodeType": "BN", "EldPlanCode": "DEFAULT", "EldPloCode": "CHILD", "EldBdAmount": 15.0, "EldEffectiveDate": "2018-12-31T19:00:00-05:00" }
EldVendor
string Required

Vendor

Max length8
EldCompCode
string Required

Company Code

Max length8
EldEffectiveDate
string Required

Effective Date

EldPloCode
string Required

Plan Option Code

Max length10
EldEmpNo
string Required

Employee Number

Max length16
EldCodeType
string Required

Code Type

Max length2
EldPlanCode
string Required

Plan Code

Max length10
EldBdAmount
number Required

Amount

Max length18
EldCode
string Required

Code

Max length4
EldPrnCode
string Required

Pay Run Code

Max length4
EldBdCodeDesc
string
Max length4000
EldLastUpdUser
string

User who updated the record last time

Max length30
EldEnrollDependentFlag
string
Max length4000
EldVUuid
string

Unique uuid of row

Max length64
EldVendorComments
string
Max length60
EldRowTag
string
Max length11
EldOldEffectiveDate
string

Old Effective Date

EldEmplrEffectiveDate
string
EldRowCreationUser
string

User who created the record

Max length30
EldLastUpdDate
string

Date when record was updated last time

EldLtdTotalAmt
number

Life-to-date total deduction amount allowed since the effective start date.

Max length18
EldEndDate
string

End Date

EldBdTypeDesc
string
Max length4000
EldEndedPlan
string

Flag to indicate (when it is set to 'Y') the user individually ended the plan for an employee

Max length1
EldRowCreationDate
string

Date when record was created

EldNewRow
string
Max length1
EldRemittanceTotAmt
number

Eligible Amount

Max length18
Responses
201

Created

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
  "EldBdAmount": 15,
  "EldBdCodeDesc": null,
  "EldBdTypeDesc": null,
  "EldCode": "AD&D",
  "EldCodeType": "BN",
  "EldCompCode": "001",
  "EldEffectiveDate": "2019-01-01T00:00:00Z",
  "EldEmpNo": "TST2",
  "EldEmplrEffectiveDate": null,
  "EldEndDate": null,
  "EldEndedPlan": null,
  "EldEnrollDependentFlag": null,
  "EldLastUpdDate": null,
  "EldLastUpdUser": null,
  "EldLtdTotalAmt": null,
  "EldNewRow": null,
  "EldOldEffectiveDate": null,
  "EldPlanCode": "DEFAULT",
  "EldPloCode": "CHILD",
  "EldPrnCode": "WK",
  "EldPygCode": null,
  "EldRemittanceTotAmt": null,
  "EldRowCreationDate": null,
  "EldRowCreationUser": null,
  "EldRowTag": null,
  "EldVUuid": "F27E5C31F59E67E0E05316821FACABAC",
  "EldVendor": "ZURICH",
  "EldVendorComments": null,
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrelectedplans/F27E5C31F59E67E0E05316821FACABAC",
      "name": "hrelectedplans",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrelectedplans/F27E5C31F59E67E0E05316821FACABAC",
      "name": "hrelectedplans",
      "kind": "item"
    }
  ]
}
object