Worker Extensible Flexfields REST Endpoints

Workers/Worker Extensible Flexfields
The workersEFF resource is a child of the workers resource. It provides all the extensible flexfields of a worker as of the specified date. By default, the current date is retained.
Create a flexfield
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/workersEFF
Delete a flexfield
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/workersEFF/{workersEFFUniqID}
Get a flexfield
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/workersEFF/{workersEFFUniqID}
Get all flexfields
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/workersEFF
Update a flexfield
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/workersEFF/{workersEFFUniqID}