Person Descriptive Flexfields REST Endpoints
HCM Contacts/Person Descriptive Flexfields
The operations from the HCM Contacts/Person Descriptive Flexfields category.
- Create a person descriptive flexfield
- Method: postPath:
/hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/contactsDFF - Get a person descriptive flexfield
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/contactsDFF/{PersonId} - Get all person descriptive flexfields
- Method: getPath:
/hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/contactsDFF - Update a person descriptive flexfield
- Method: patchPath:
/hcmRestApi/resources/11.13.18.05/hcmContacts/{hcmContactsUniqID}/child/contactsDFF/{PersonId}