Other Communication Accounts REST Endpoints

Workers/Other Communication Accounts
The otherCommunicationAccounts resource is a child of the workers resource. It provides all the other communication accounts of a worker as of the specified date. By default, the current date is retained.
Create a worker communication account
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/otherCommunicationAccounts
Delete a worker communication account
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/otherCommunicationAccounts/{DeliveryMethodId}
Get a worker communication account
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/otherCommunicationAccounts/{DeliveryMethodId}
Get all worker communication accounts
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/otherCommunicationAccounts
Update a worker communication account
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/otherCommunicationAccounts/{DeliveryMethodId}