Periods REST Endpoints

Academic Plan Templates/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/academicPlanTemplates/{academicPlanTemplatesUniqID}/child/periods
Delete a period
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/academicPlanTemplates/{academicPlanTemplatesUniqID}/child/periods/{periodsUniqID}
Get a period
Method: get
Path: /fscmRestApi/resources/11.13.18.05/academicPlanTemplates/{academicPlanTemplatesUniqID}/child/periods/{periodsUniqID}
Get all periods
Method: get
Path: /fscmRestApi/resources/11.13.18.05/academicPlanTemplates/{academicPlanTemplatesUniqID}/child/periods
Update a period
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/academicPlanTemplates/{academicPlanTemplatesUniqID}/child/periods/{periodsUniqID}