Names REST Endpoints

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