Performance Cycle Group Phases REST Endpoints
    
        Performance Cycles/Performance Cycle Groups/Performance Cycle Group Phases
    
The perfCycleGroupPhases resource is a child of the perfCycleGroups resource and provides all the phases associated with the performance cycle group.
- Create a performance cycle group phase
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupPhases - Delete a performance cycle group phase
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupPhases/{PerfCyclePhaseId} - Get a performance cycle group phase
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupPhases/{PerfCyclePhaseId} - Get all performance cycle group phases
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupPhases - Update a performance cycle group phase
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupPhases/{PerfCyclePhaseId}