Person Descriptive Flexfields REST Endpoints

Employees/Person Descriptive Flexfields
The personDFF resource is a child of the emps resource. It includes all employee descriptive flexfields as of the specified date. By default, the current date is retained. This resource is currently under controlled availability.
Create a flexfield
Method: post
Path: /hcmRestApi/resources/11.13.18.05/emps/{empsUniqID}/child/personDFF
Get a flexfield
Method: get
Path: /hcmRestApi/resources/11.13.18.05/emps/{empsUniqID}/child/personDFF/{PersonId}
Get all flexfields
Method: get
Path: /hcmRestApi/resources/11.13.18.05/emps/{empsUniqID}/child/personDFF
Update a flexfield
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/emps/{empsUniqID}/child/personDFF/{PersonId}