Task Dependencies REST Endpoints

Work Plan Templates/Task Dependencies
The Task Dependency resource is used to view dependencies between tasks in a work plan template. For example, a task that has a finish-to-start dependency with another task can start only after the predecessor task is completed. You can have many dependencies for each task.
Create a dependency between two tasks
Method: post
Path: /fscmRestApi/resources/11.13.18.05/workPlanTemplates/{WorkPlanTemplateId}/child/TaskDependencies
Delete a task dependency
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/workPlanTemplates/{WorkPlanTemplateId}/child/TaskDependencies/{DependencyId}
Get a dependency between two tasks in a work plan template
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workPlanTemplates/{WorkPlanTemplateId}/child/TaskDependencies/{DependencyId}
Get all dependencies in a work plan template
Method: get
Path: /fscmRestApi/resources/11.13.18.05/workPlanTemplates/{WorkPlanTemplateId}/child/TaskDependencies
Update a dependency between two tasks
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/workPlanTemplates/{WorkPlanTemplateId}/child/TaskDependencies/{DependencyId}