Create a PY Employee Benefit
  • 12 Feb 2025
  • 1 Minute to read
  • Dark
    Light

Create a PY Employee Benefit

  • Dark
    Light

Article summary

Post
/hcm-rest-api/rest/1/pyempben

Create Employee Benefits

Security
HTTP
Type basic

Basic authentication

Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "EmbPloName": "Child", "EmbPloCode": "CHILD", "EmbStartDate": "2022-10-01", "EmbCompCode": "001", "EmbPrnCode": "SM", "EmbBenCode": "AD&D", "EmbPlanCode": "DEFAULT", "EmbPlanName": "DEFAULT PLAN", "EmbEmpNo": "0116", "EmbEffStartDate": "2023-01-01", "EmbLastUpdDate": "2022-10-19T02:22:43Z", "EmbUser": "FIELDPOINT", "EmbOutOfAreaFlag": "N", "EmbOthInsurFlag": "N", "EmbPostFlag": "N", "EmbVUuid": "" }
Responses
201

Created

Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
  "EmbCompCode": "001",
  "EmbPrnCode": "SM",
  "EmbEmpNo": "0116",
  "EmbBenCode": "AD&D",
  "EmbBenName": null,
  "EmbStartDate": "2022-10-01",
  "EmbEffStartDate": "2023-01-01",
  "EmbEndDate": null,
  "EmbBenAmount": null,
  "EmbUser": "FIELDPOINT",
  "EmbLastUpdDate": "2022-10-19T02:22:43Z",
  "EmbBenType": null,
  "EmbBaseCode": null,
  "EmbContrAmt": null,
  "EmbContrMaxAmt": null,
  "EmbBaseAmt": null,
  "EmbPlanCode": "DEFAULT",
  "EmbPlanName": "DEFAULT PLAN",
  "EmbPloCode": "CHILD",
  "EmbPloName": "Child",
  "EmbVendor": null,
  "EmbVenName": null,
  "EmbOutOfAreaFlag": "N",
  "EmbOthInsurFlag": "N",
  "EmbOthInsurVendor": null,
  "EmbOthPolicyNo": null,
  "EmbOthPolicyName": null,
  "EmbOthInsurEffDate": null,
  "EmbComment": null,
  "EmbBenefitSeq": null,
  "EmbVendorAddCode": null,
  "EmbDefaultAmount": null,
  "EmbStartDateDisplay": null,
  "EmbVUuid": "F31A71AB5179409BE05316821FAC5E4B",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pyempben/F31A71AB5179409BE05316821FAC5E4B",
      "name": "pyempben",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pyempben/F31A71AB5179409BE05316821FAC5E4B",
      "name": "pyempben",
      "kind": "item"
    }
  ]
}
object