Create a PY Employee Benefit
    • 25 Sep 2024
    • 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-18T22:22:43-04:00", "EmbUser": "FIELDPOINT", "EmbOutOfAreaFlag": "N", "EmbOthInsurFlag": "N", "EmbVUuid": "" }
    EmbVUuid
    string

    Unique id of Row, leave blank

    EmbPloName
    string

    Plan Option Name

    EmbLastUpdDate
    null

    Date and Time stamp of the last update

    EmbStartDate
    null

    Effective Starting Date of the Benefit

    EmbOthInsurFlag
    string
    EmbOutOfAreaFlag
    string

    Out of Area Flag

    EmbPrnCode
    string

    Pay Run Code

    EmbPloCode
    string

    Plan Option Code

    EmbBenCode
    string

    Benefit Code

    EmbEffStartDate
    null

    Effective Date

    EmbPlanName
    string

    Plan Name

    EmbEmpNo
    string

    The unique identifier of an employee

    EmbCompCode
    string

    Company Code

    EmbUser
    string

    The name of the user who made the last update

    EmbPlanCode
    string

    Plan Code

    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