Create a HR Employee Position
    • 25 Sep 2024
    • 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

    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": "" }
    HrpVUuid
    string

    Unique ID of Row, Leave Blank

    HrpPositionName
    string

    The Name of the Position

    HrpTrdCode
    string
    HrpReportTo
    string

    Reports to

    HrpPositionCode
    string

    Position Code

    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