Course Lists REST Endpoints

Course Lists
The course lists resource provides a collection of courses offered by institutions.
Create a course list
Method: post
Path: /fscmRestApi/resources/11.13.18.05/courseLists
Delete a course list
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}
Get a course list
Method: get
Path: /fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}
Get all course lists
Method: get
Path: /fscmRestApi/resources/11.13.18.05/courseLists
Update a course list
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/courseLists/{courseListsUniqID}