Create a HR Employee Position
    • 12 Feb 2025
    • 1 Minute to read
    • Dark
      Light

    Create a HR Employee Position

    • Dark
      Light

    Article summary

    Post
    /hcm-rest-api/rest/1/hrpositions

    Create Employee Positions

    UI Location:

    Security
    HTTP
    Type basic

    Basic authentication

    Header parameters
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceItem+json
    Body parameters
    object
    Example{ "HrpPositionCode": "133", "HrpPositionName": "Payroll Specialist", "HrpTrdCode": "0578", "HrpReportTo": "001", "HrpVUuid": "" }
    HrpPositionName
    string Required

    The Name of the Position

    Max length100
    HrpReportTo
    string Required

    Reports to

    Max length30
    HrpPositionCode
    string Required

    Position Code

    Max length30
    HrpVUuid
    string Required

    Unique uuid of row

    Max length64
    HrpTrdCode
    string Required
    Max length30
    HrpExpiryDate
    string

    Expiry Date of the Position

    HrpEffectiveDate
    string

    Effective Date of the Position

    HrpJobTitle
    string

    Job Title

    Max length1000
    HrpResp
    string

    Responsibility of the Position

    Max length4000
    HrpStatusCode
    string

    Status Code

    Max length1
    HrpRegCode
    string

    Reg Code

    Max length4
    HrpJobSummary
    string

    Job Summary of the Position

    Max length4000
    HrpEmpNo
    string

    Employee Number

    Max length16
    HrpSalary
    number

    Salary of the Position

    Max length7
    Responses
    201

    Created

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "HrpPositionCode": "133",
      "HrpPositionName": "Payroll Specialist",
      "HrpTrdCode": "0578",
      "HrpEffectiveDate": null,
      "HrpExpiryDate": null,
      "HrpEmpNo": null,
      "HrpJobTitle": null,
      "HrpReportTo": "001",
      "HrpResp": null,
      "HrpSalary": null,
      "HrpStatusCode": null,
      "HrpRegCode": null,
      "HrpJobSummary": null,
      "HrpVUuid": "F31A71AB5162409BE05316821FAC5E4B",
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrpositions/F31A71AB5162409BE05316821FAC5E4B",
          "name": "hrpositions",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrpositions/F31A71AB5162409BE05316821FAC5E4B",
          "name": "hrpositions",
          "kind": "item"
        }
      ]
    }
    object