- Subcategories:
 - Contact Relationships Descriptive Flexfields
 - Contact Relationships Developer Descriptive Flexfields
 
Contact Relationships REST Endpoints
            
            HCM Contacts/Contact Relationships
            
        
        
    The contactRelationships resource is a child of the hcmContacts resource. It provides all the contact relationships of workers as of the specified date. By default, the current date is retained.
- Create a contact relationship
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/contactRelationships - Delete a contact relationship
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/contactRelationships/{contactRelationshipsUniqID} - Get a contact relationship
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/contactRelationships/{contactRelationshipsUniqID} - Get all contact relationships
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/contactRelationships - Update a contact relationship
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/contactRelationships/{contactRelationshipsUniqID}