Create a HR Requisition
    • 25 Sep 2024
    • 1 Minute to read
    • Dark
      Light

    Create a HR Requisition

    • Dark
      Light

    Article summary

    Post
    /hcm-rest-api/rest/1/hrrequisitions

    Create HR Requisition

    Security
    HTTP
    Type basic

    Basic authentication

    Header parameters
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceItem+json
    Body parameters
    object
    Example{ "HrrCode": "010", "HrrDate": "2022-01-03", "HrrTrdCode": "0095", "HrrPropJobTitle": "Accountant", "HrrJobDesc": "book keeping", "HrrResp": "string", "HrrHireOffice": "toronto", "HrrVUuid": "" }
    HrrJobDesc
    string

    Job Description

    HrrHireOffice
    string

    Hire Office

    HrrTrdCode
    string

    Trd Code

    HrrDate
    null

    Date

    HrrCode
    string

    Requisition Code

    HrrPropJobTitle
    string

    Job Title

    HrrResp
    string

    Responsibilities

    HrrVUuid
    string

    Unique ID of Row, Leave Blank

    Responses
    201

    Created

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "HrrOraseq": 833849115,
      "HrrCode": "010",
      "HrrDate": "2022-01-03",
      "HrrQty": null,
      "HrrTrdCode": "0095",
      "HrrRequestedBy": null,
      "HrrPropHireDate": null,
      "HrrPropJobTitle": "Accountant",
      "HrrJobDesc": "book keeping",
      "HrrResp": "string",
      "HrrSalaryRange": null,
      "HrrPropSalary": null,
      "HrrStatusCode": "P",
      "HrrAccountingCode": null,
      "HrrNotes": null,
      "HrrFullparttime": "F",
      "HrrTemporary": "N",
      "HrrType": "A",
      "HrrHireOffice": "toronto",
      "HrrVUuid": "F28AA2EBED1B3599E05316821FAC3A60",
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrrequisitions/F28AA2EBED1B3599E05316821FAC3A60",
          "name": "hrrequisitions",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrrequisitions/F28AA2EBED1B3599E05316821FAC3A60",
          "name": "hrrequisitions",
          "kind": "item"
        }
      ]
    }
    object