Learning Record API to create Learning Assignment is not working
Summary:
We are trying to create learning assignment for employee using REST Endpoint-hcmRestApi/resources/latest/learnerLearningRecords. The user used to perform the POST activity is Admin with person associated to it. We are passing "assignmentStatus": "ORA_ASSN_REC_ACTIVE" but still Learning Assignment is going in Exempted Status. The Assignment Start Date of Learning is also taking SYSDATE by default.
Content (please ensure you mask any confidential information):
We are using the below payload-
{"assignmentType": "ORA_JOIN_ASSIGNMENT","assignmentStatus": "ORA_ASSN_REC_ACTIVE","assignerAttributionType":"ORA_SPECIALIST","assignedDate": "2025-07-11T00:00:00+00:00","assignedToId": 30000000XXXXX,"learningItemNumber": "OLCXXXXXX","learningItemTitle": "ABCD","dataSecurityPrivilege" : "ORA_LEARN_MANAGER"}