- Subcategories:
- Course Requisites
- Scheduled Courses
- Validation Messages
Scheduled Course Items REST Endpoints
Student Schedulers/Scheduled Course Items
The scheduled course items resource is a child of the student schedulers resource and provides a complete list of courses in which a student has enrolled.
- Create a scheduled course item
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/studentSchedulers/{CartHeaderId}/child/scheduledCourseItems - Delete a scheduled course item
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/studentSchedulers/{CartHeaderId}/child/scheduledCourseItems/{scheduledCourseItemsUniqID} - Get a scheduled course item
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/studentSchedulers/{CartHeaderId}/child/scheduledCourseItems/{scheduledCourseItemsUniqID} - Get all scheduled course items
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/studentSchedulers/{CartHeaderId}/child/scheduledCourseItems - Update a scheduled course item
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/studentSchedulers/{CartHeaderId}/child/scheduledCourseItems/{scheduledCourseItemsUniqID}