---
title: "Create a HR Application History"
slug: "create-a-hr-application-history"
updated: 2026-05-26T12:53:14Z
published: 2026-05-26T12:53:48Z
canonical: "developers.cmicglobal.com/create-a-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.

# Create a HR Application History

Post/hcm-rest-api/rest/1/hrapphistory

## Create

UI Location:

### 

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='9b07a19a-6223-4ed1-b187-2c4649cc0f72'>application/json</option>
</select>object  Example{
  "HrapphistDate": "2022-11-02T13:46:34-04:00",
  "HrapphistUser": "CMiC",
  "HrapphistVUuid": ""
}HrapphistUserstring    Required

User

Max length30
HrapphistVUuidstring    Required

Unique uuid of row

Max length64
HrapphistDatestring    Required

Date

HrapphistAppNostring    

Applicant No

Max length60
HrapphistAlertDatestring    

Alert Date

HrapphistComplNotesstring    

Completion Notes

Max length4000
HrapphistComplDatestring    

Completion Date

HrapphistPrioritynumber    

Priority

HrapphistUpdatedBystring    

Updated By

Max length30
HrapphistDueDatestring    

Due Date

HrapphistNotesstring    

Notes

Max length4000
HrapphistActionCodestring    

Action Code

Max length10
HrapphistStatusCodestring    

Application Status Code

Max length10

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='3cb8c91a-c346-47d1-a33c-0e2a4b15832a'>application/json</option>
</select>

```json
{
  "HrapphistAppNo": null,
  "HrapphistDate": "2022-11-02T17:46:34Z",
  "HrapphistUser": "CMiC",
  "HrapphistActionCode": null,
  "HrapphistNotes": null,
  "HrapphistStatusCode": null,
  "HrapphistDueDate": null,
  "HrapphistAlertDate": null,
  "HrapphistComplDate": null,
  "HrapphistComplNotes": null,
  "HrapphistUpdatedBy": null,
  "HrapphistPriority": null,
  "HrapphistVUuid": "F27E5C31F59A67E0E05316821FACABAC",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrapphistory/F27E5C31F59A67E0E05316821FACABAC",
      "name": "hrapphistory",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/hrapphistory/F27E5C31F59A67E0E05316821FACABAC",
      "name": "hrapphistory",
      "kind": "item"
    }
  ]
}
```

object
