Phone Descriptive Flexfields REST Endpoints

HCM Contacts/Phones/Phone Descriptive Flexfields
The phonesDFF resource is a child of the phones resource. It provides all the phone descriptive flexfields for worker contacts as of the specified date. By default, the current date is retained.
Create a flexfield
Method: post
Path: /hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/phones/{PhoneId}/child/phonesDFF
Get a flexfield
Method: get
Path: /hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/phones/{PhoneId}/child/phonesDFF/{PhoneId2}
Get all flexfields
Method: get
Path: /hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/phones/{PhoneId}/child/phonesDFF
Update a flexfield
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/phones/{PhoneId}/child/phonesDFF/{PhoneId2}