Subject Owners REST Endpoints

Drop Scheme Settings Assignments/Subject Owners
The subject owners resource is a child of the subjects resource and provides a list of organizations that own a subject.
Create all subject owners
Method: post
Path: /fscmRestApi/resources/11.13.18.05/subjects/{subjectsUniqID}/child/subjectOwners
Delete a subject owner
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/subjects/{subjectsUniqID}/child/subjectOwners/{subjectOwnersUniqID}
Get a subject owner
Method: get
Path: /fscmRestApi/resources/11.13.18.05/subjects/{subjectsUniqID}/child/subjectOwners/{subjectOwnersUniqID}
Get all subject owners
Method: get
Path: /fscmRestApi/resources/11.13.18.05/subjects/{subjectsUniqID}/child/subjectOwners
Update a subject owner
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/subjects/{subjectsUniqID}/child/subjectOwners/{subjectOwnersUniqID}