Instructions REST Endpoints

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