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 items
Method: post
Path: /fscmRestApi/resources/11.13.18.05/studentSchedulers/{CartHeaderId}/child/scheduledCourseItems
Delete a scheduled course item
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/studentSchedulers/{CartHeaderId}/child/scheduledCourseItems/{scheduledCourseItemsUniqID}
Get a scheduled course item
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentSchedulers/{CartHeaderId}/child/scheduledCourseItems/{scheduledCourseItemsUniqID}
Get all scheduled course items
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentSchedulers/{CartHeaderId}/child/scheduledCourseItems
Update a scheduled course item
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentSchedulers/{CartHeaderId}/child/scheduledCourseItems/{scheduledCourseItemsUniqID}