Update Learning Input
Input representation of the details of the learning along with related outcomes, and
foundations for the update.
- JSON example
-
1{ 2 "learning": { 3 "learningId": "0tyLT0000000AQnYAM", 4 "learningCourseId": "0vYLT0000000AH72AM", 5 "type": "Learning Course", 6 "name": "Advanced Data Structures and Algorithms", 7 "provider": "001LT000009puL0YAI", 8 "description": "This course covers advanced concepts in data structures and algorithms, with a focus on efficient problem-solving and coding techniques.", 9 "courseLevelDescription": "Graduate-level course focusing on advanced data structures and algorithms.", 10 "subjectAbbreviation": "CS", 11 "fieldOfStudy": "Computer Science", 12 "courseNumber": 6011, 13 "active": true, 14 "activeFromDate": "2024-09-01T00:00:00.00Z", 15 "activeToDate": "2025-12-31T23:59:59.00Z", 16 "duration": 4, 17 "durationUnit": "Credit Hours", 18 "cipCode": "11.0101", 19 "academicLevel": "Graduate" 20 }, 21 "prerequisites": { 22 "createRecords": [ 23 { 24 "type": "Single Achievement", 25 "minimumGrade": 7, 26 "duration": 1, 27 "durationUnit": "Credit Hours", 28 "learningAchievementId": "0u9LT00000004pBYAQ" 29 }, 30 { 31 "type": "Group Achievement", 32 "achievementContributors": [ 33 { 34 "id": "0tyLT00000009LcYAI", 35 "minimumGrade": 6, 36 "type": "Learning" 37 }, 38 { 39 "id": "0tyLT00000009LdYAI", 40 "minimumGrade": 7, 41 "type": "Learning" 42 } 43 ] 44 } 45 ], 46 "deleteRecords": [ 47 { 48 "foundationItemId": "0wwLT00000004gLYAQ" 49 }, 50 { 51 "foundationItemId": "0wwLT00000004elYAA" 52 } 53 ] 54 }, 55 "corequisites": {}, 56 "recommended": {}, 57 "outcomes": [] 58} - Properties
-
Name Type Description Required or Optional Available Version corequisites Requirement Update Item Input Requirement update item that’s a part of the corequisite set. Optional 62.0 learning Learning Input Learning record to be updated. Required 62.0 outcomes Single Achievement Mapping Input[] List of achievement mappings that’s a part of the outcome set. Optional 62.0 prerequisites Requirement Update Item Input Requirement update item that’s a part of the prerequisite set. Optional 62.0 recommended Requirement Update Item Input Requirement update item that’s a part of the recommended set. Optional 62.0