Periods REST Endpoints

Student Academic Plans/Periods
The periods resource is a child of the academic plan templates resource and provides a list of academic periods associated with an academic plan template.
Create all periods
Method: post
Path: /fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods
Delete a period
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods/{PlanPeriodId}
Get a period
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods/{PlanPeriodId}
Get all periods
Method: get
Path: /fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods
Update a period
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/studentAcademicPlans/{studentAcademicPlansUniqID}/child/periods/{PlanPeriodId}