Owners REST Endpoints

Academic Plan Templates/Owners
The owners resource is a child of the academic plan templates resource and provides a list of curriculum items associated with an academic plan template.
Create all owners
Method: post
Path: /fscmRestApi/resources/11.13.18.05/academicPlanTemplates/{academicPlanTemplatesUniqID}/child/owners
Delete an owner
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/academicPlanTemplates/{academicPlanTemplatesUniqID}/child/owners/{ownersUniqID}
Get all owners
Method: get
Path: /fscmRestApi/resources/11.13.18.05/academicPlanTemplates/{academicPlanTemplatesUniqID}/child/owners
Get an owner
Method: get
Path: /fscmRestApi/resources/11.13.18.05/academicPlanTemplates/{academicPlanTemplatesUniqID}/child/owners/{ownersUniqID}
Update an owner
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/academicPlanTemplates/{academicPlanTemplatesUniqID}/child/owners/{ownersUniqID}