Photo Descriptive Flexfields REST Endpoints

Workers/Photos/Photo Descriptive Flexfields
The photosDFF resource is a child of the photos resource. It provides all the photo descriptive 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/photos/{PhotoId}/child/photosDFF
Get a flexfield
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/photos/{PhotoId}/child/photosDFF/{ImageId}
Get all flexfields
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/photos/{PhotoId}/child/photosDFF
Update a flexfield
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/photos/{PhotoId}/child/photosDFF/{ImageId}