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

    Update a Specific HR Requisition

    • Dark
      Light

    Article summary

    Patch
    /hcm-rest-api/rest/1/hrrequisitions/EB2F372A016551A1E05316821FAC932D
    Security
    HTTP
    Type basic

    Basic authentication

    Header parameters
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    Body parameters
    object
    Example{ "HrrPropSalary": 40000 }
    Responses
    200

    OK

    Headers
    Content-Type
    string
    Exampleapplication/vnd.oracle.adf.resourceitem+json
    {
      "HrrOraseq": 829397290,
      "HrrCode": "001",
      "HrrDate": null,
      "HrrQty": null,
      "HrrTrdCode": "0095",
      "HrrRequestedBy": null,
      "HrrPropHireDate": null,
      "HrrPropJobTitle": "Payroll Manager",
      "HrrJobDesc": null,
      "HrrResp": "Managing Payroll checks/direct depositis are accurately processed and sent to employees",
      "HrrSalaryRange": null,
      "HrrPropSalary": 40000,
      "HrrStatusCode": "H",
      "HrrAccountingCode": null,
      "HrrNotes": null,
      "HrrFullparttime": "F",
      "HrrTemporary": "N",
      "HrrType": "A",
      "HrrHireOffice": null,
      "HrrVUuid": "EB2F372A016551A1E05316821FAC932D",
      "links": [
        {
          "rel": "self",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrrequisitions/EB2F372A016551A1E05316821FAC932D",
          "name": "hrrequisitions",
          "kind": "item"
        },
        {
          "rel": "canonical",
          "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrrequisitions/EB2F372A016551A1E05316821FAC932D",
          "name": "hrrequisitions",
          "kind": "item"
        }
      ]
    }
    object