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: postPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/names - Delete a worker name
 - Method: deletePath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/names/{namesUniqID} - Get a worker name
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/names/{namesUniqID} - Get all worker names
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/names - Update a worker name
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/names/{namesUniqID}