Thursday 27 April 2023

REST api checklists

Invoke POST method to allocate checklist : hcmRestApi/resources/11.13.18.05/allocatedChecklists/action/allocateChecklist

Use Header Key Content-type = application/vnd.oracle.adf.action+json

Request payload
{
  "checklistName" : "Employee Agreement",
  "checklistCategory" : "ONBOARD",
  "personNumber" : "12345",
  "allocationDate" : "2023-01-01"
}

No comments:

Post a Comment