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: postPath:
/fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods/{PlanPeriodId}/child/elements/{elementsUniqID}/child/relatedElements - Delete a related element
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods/{PlanPeriodId}/child/elements/{elementsUniqID}/child/relatedElements/{relatedElementsUniqID} - Get a related element
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods/{PlanPeriodId}/child/elements/{elementsUniqID}/child/relatedElements/{relatedElementsUniqID} - Get all related elements
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods/{PlanPeriodId}/child/elements/{elementsUniqID}/child/relatedElements - Update a related element
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods/{PlanPeriodId}/child/elements/{elementsUniqID}/child/relatedElements/{relatedElementsUniqID}