Display Option Preferences REST Endpoints

Talent Review Meeting Templates/Display Option Preferences
The displayOptionPreferences resource is a child of the talentReviewMeetingTemplates resource and provides all the display option preferences that are configured in the template.
Create a display option preference
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentReviewMeetingTemplates/{talentReviewMeetingTemplatesUniqID}/child/displayOptionPreferences
Delete a display option preference
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentReviewMeetingTemplates/{talentReviewMeetingTemplatesUniqID}/child/displayOptionPreferences/{displayOptionPreferencesUniqID}
Get a display option preference
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentReviewMeetingTemplates/{talentReviewMeetingTemplatesUniqID}/child/displayOptionPreferences/{displayOptionPreferencesUniqID}
Get all display option preferences
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentReviewMeetingTemplates/{talentReviewMeetingTemplatesUniqID}/child/displayOptionPreferences
Update a display option preference
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentReviewMeetingTemplates/{talentReviewMeetingTemplatesUniqID}/child/displayOptionPreferences/{displayOptionPreferencesUniqID}