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: postPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/associatedPerfDocumentTypes - Delete a performance document type associated with the goal plan
- Method: deletePath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/associatedPerfDocumentTypes/{GoalPlanDocumentTypeId} - Get a performance document type associated with the goal plan
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/associatedPerfDocumentTypes/{GoalPlanDocumentTypeId} - Get all performance documents types associated with the goal plan
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/associatedPerfDocumentTypes - Update a performance document type associated with the goal plan
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/goalPlans/{GoalPlanId}/child/associatedPerfDocumentTypes/{GoalPlanDocumentTypeId}