Student Schedule by Periods REST Endpoints

Student Schedule by Periods
The student schedule by periods resource is used to help students schedule courses for upcoming academic periods.
Create a student schedule
Method: post
Path: /fscmRestApi/resources/11.13.18.05/studentScheduleByPeriods
Delete a student schedule
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/studentScheduleByPeriods/{studentScheduleByPeriodsUniqID}
Get a student schedule
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentScheduleByPeriods/{studentScheduleByPeriodsUniqID}
Get all student schedules
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentScheduleByPeriods
Update a student schedule
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentScheduleByPeriods/{studentScheduleByPeriodsUniqID}