Associated Performance Document Types REST Endpoints

Goal Plans/Associated Performance Document Types
The associatedPerfDocumentTypes resource provides all performance document types associated with a goal plan.
Create a performance document type for a goal plan
Method: post
Path: /hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/associatedPerfDocumentTypes
Delete a performance document type associated with the goal plan
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/associatedPerfDocumentTypes/{GoalPlanDocumentTypeId}
Get a performance document type associated with the goal plan
Method: get
Path: /hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/associatedPerfDocumentTypes/{GoalPlanDocumentTypeId}
Get all performance documents types associated with the goal plan
Method: get
Path: /hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/associatedPerfDocumentTypes
Update a performance document type associated with the goal plan
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/associatedPerfDocumentTypes/{GoalPlanDocumentTypeId}