# Plan Dependency ## Create PlanDependency - [POST /plan-dependencies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency/createplandependency.md): Creates a new PlanDependency ## List PlanDependency - [GET /plan/{Plan_ID}/dependencies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency/listplandependency.md): Lists all PlanDependency for the given Plan_ID ## Get PlanDependency - [GET /plan/{Plan_ID}/dependencies/{Dependency_Seq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency/getplandependency.md): Gets PlanDependency ## Update PlanDependency - [PUT /plan/{Plan_ID}/dependencies/{Dependency_Seq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency/updateplandependency.md): Updates a specific PlanDependency. ## Delete PlanDependency - [DELETE /plan/{Plan_ID}/dependencies/{Dependency_Seq}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency/deleteplandependency.md): Deletes an PlanDependency ## Create or Update Batch PlanDependency - [PUT /plan-dependencies-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/plan-dependency/updatebatchplandependency.md): Create or Update multiple PlanDependency at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.