Create a HR Application History
- 06 Jan 2025
- 1 Minute to read
- Print
- DarkLight
Create a HR Application History
- Updated on 06 Jan 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
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
💻 UI Fieldname: HrapphistUser
HrapphistVUuid
string
💻 UI Fieldname: HrapphistVUuid
HrapphistDate
string
💻 UI Fieldname: HrapphistDate
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