Work Plan Templates REST Endpoints

Work Plan Templates
The Work Plan Template resource is used to view and manage work plan templates that I own or are public. Work plan templates provide a way to quickly create a project plan or to copy tasks into an existing project plan. The work plan template includes tasks, task resources and dependencies between tasks.
Create a work plan template
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workPlanTemplates
Delete a work plan template
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/workPlanTemplates/{WorkPlanTemplateId}
Get a work plan template
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workPlanTemplates/{WorkPlanTemplateId}
Get all the work plan templates
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workPlanTemplates
Update a work plan template
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workPlanTemplates/{WorkPlanTemplateId}