Related Elements REST Endpoints

Student Academic Plans/Periods/Elements/Related Elements
The related elements resource is a child of the elements resource and provides a list of related elements associated with a student academic plan.
Create all related elements
Method: post
Path: /fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods/{PlanPeriodId}/child/elements/{elementsUniqID}/child/relatedElements
Delete a related element
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods/{PlanPeriodId}/child/elements/{elementsUniqID}/child/relatedElements/{relatedElementsUniqID}
Get a related element
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods/{PlanPeriodId}/child/elements/{elementsUniqID}/child/relatedElements/{relatedElementsUniqID}
Get all related elements
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods/{PlanPeriodId}/child/elements/{elementsUniqID}/child/relatedElements
Update a related element
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods/{PlanPeriodId}/child/elements/{elementsUniqID}/child/relatedElements/{relatedElementsUniqID}