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: post
Path: /hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupPhases
Delete a performance cycle group phase
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupPhases/{PerfCyclePhaseId}
Get a performance cycle group phase
Method: get
Path: /hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupPhases/{PerfCyclePhaseId}
Get all performance cycle group phases
Method: get
Path: /hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupPhases
Update a performance cycle group phase
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/perfCycles/{PerfCycleId}/child/perfCycleGroups/{PerfCycleGroupId}/child/perfCycleGroupPhases/{PerfCyclePhaseId}