Favorite Links REST Endpoints

Talent Person Profiles/Favorite Links
The favoriteLinks resource is the child of the talentPersonProfiles resource. It provides the favorite links for a person.
Create a favorite link
Method: post
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/favoriteLinks
Delete a favorite link
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/favoriteLinks/{BookmarkId}
Get a favorite link
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/favoriteLinks/{BookmarkId}
Get all favorite links
Method: get
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/favoriteLinks
Update a favorite link
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/talentPersonProfiles/{talentPersonProfilesUniqID}/child/favoriteLinks/{BookmarkId}