Create a HR Application History
- 27 Feb 2025
- 1 Minute to read
- Print
- DarkLight
Create a HR Application History
- Updated on 27 Feb 2025
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Post
/hcm-rest-api/rest/1/hrapphistory
Create
UI Location:
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceItem+json
Body parameters
object
Example{ "HrapphistDate": "2022-11-02T13:46:34-04:00", "HrapphistUser": "CMiC", "HrapphistVUuid": "" }
HrapphistUser
string Required
User
Max length30
HrapphistVUuid
string Required
Unique uuid of row
Max length64
HrapphistDate
string Required
Date
HrapphistAppNo
string
Applicant No
Max length60
HrapphistAlertDate
string
Alert Date
HrapphistComplNotes
string
Completion Notes
Max length4000
HrapphistComplDate
string
Completion Date
HrapphistPriority
number
Priority
HrapphistUpdatedBy
string
Updated By
Max length30
HrapphistDueDate
string
Due Date
HrapphistNotes
string
Notes
Max length4000
HrapphistActionCode
string
Action Code
Max length10
HrapphistStatusCode
string
Application Status Code
Max length10
Responses
201
Created
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+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