Candidate Details with Extra Information Attributes REST Endpoints

Recruiting CE Candidate Details/Candidate Details with Extra Information Data/Candidate Details with Extra Information Rows/Candidate Details with Extra Information Attributes
The attributes resource is a child of the recruitingCECandidates resource. It includes the details of recruitingCECandidates with extra information row attributes. Note that the service endpoints in this resource category are only for Oracle internal use.
Create all details of recruitingCECandidates personExtraInformation row attributes
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingCECandidates/{CandidateNumber}/child/candidateExtraInformation/{ContextName}/child/dataRows/{DataRowId}/child/attributes
Delete an extra information attribute for candidate extra information row
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/recruitingCECandidates/{CandidateNumber}/child/candidateExtraInformation/{ContextName}/child/dataRows/{DataRowId}/child/attributes/{AttributeId}
Get all extra information attribute details defined for candidate extra information row
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingCECandidates/{CandidateNumber}/child/candidateExtraInformation/{ContextName}/child/dataRows/{DataRowId}/child/attributes
Get an extra information attribute detail defined for the candidate extra information row
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingCECandidates/{CandidateNumber}/child/candidateExtraInformation/{ContextName}/child/dataRows/{DataRowId}/child/attributes/{AttributeId}
Update all details of recruitingCECandidates personExtraInformation row attributes
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/recruitingCECandidates/{CandidateNumber}/child/candidateExtraInformation/{ContextName}/child/dataRows/{DataRowId}/child/attributes/{AttributeId}