---
title: "Update a Specific HR Application History"
slug: "update-a-specific-hr-application-history"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/update-a-specific-hr-application-history"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Update a Specific HR Application History

Patch/hcm-rest-api/rest/1/hrapphistory/EC84C19BA445575FE05316821FAC4B65

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='53bb2301-4071-4b4f-913a-0364a565e0d8'>application/json</option>
</select>object  Example{
  "HrapphistDate": "2022-12-02T21:46:34Z"
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='a4d6f0d3-ea98-46d8-bee0-8e3321ad4943'>application/json</option>
</select>

```json
{
  "HrapphistAppNo": "30354",
  "HrapphistDate": "2022-12-02T21:46:34Z",
  "HrapphistUser": "30354",
  "HrapphistActionCode": "APPLIED",
  "HrapphistNotes": "Applied by Gabriel See",
  "HrapphistStatusCode": "COMPLETED",
  "HrapphistDueDate": null,
  "HrapphistAlertDate": null,
  "HrapphistComplDate": "2022-11-02T21:46:34Z",
  "HrapphistComplNotes": null,
  "HrapphistUpdatedBy": "DAR",
  "HrapphistPriority": null,
  "HrapphistVUuid": "EC84C19BA445575FE05316821FAC4B65",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrapphistory/EC84C19BA445575FE05316821FAC4B65",
      "name": "hrapphistory",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrapphistory/EC84C19BA445575FE05316821FAC4B65",
      "name": "hrapphistory",
      "kind": "item"
    }
  ]
}
```

object
