Skills of the Recruiting Candidates REST Endpoints
            
            Recruiting Candidates/Skills of the Recruiting Candidates
            
        
        
    The skills resource is a child of the recruitingCandidates resource and provides details about the skills of the candidate.
- Create a candidate skill
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/skills - Delete a candidate skill
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/skills/{SkillId} - Get a candidate skill
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/skills/{SkillId} - Get all candidate skills
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/skills - Update a candidate skill
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/recruitingCandidates/{CandidateNumber}/child/skills/{SkillId}