HCM Contacts REST Endpoints

HCM Contacts
The hcmContacts resource provides all the contacts of various workers as of the specified date. By default, the current date is retained.
Create a contact
Method: post
Path: /hcmRestApi/resources/11.13.18.05/hcmContacts
Get a contact
Method: get
Path: /hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}
Get all contacts
Method: get
Path: /hcmRestApi/resources/11.13.18.05/hcmContacts
Update a contact
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}