Ethnicities REST Endpoints

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