Create a HR Application History
    • 06 Jan 2025
    • 1 Minute to read
    • Dark
      Light

    Create a HR Application History

    • Dark
      Light

    Article summary

    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