Phones REST Endpoints

Workers/Phones
The phones resource is a child of the workers resource. It provides all the phones of a worker as of the specified date. By default, the current date is retained.
Create a worker phone
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/phones
Delete a worker phone
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/phones/{PhoneId}
Get a worker phone
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/phones/{PhoneId}
Get all worker phones
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/phones
Update a worker phone
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/phones/{PhoneId}