Personal Profiles REST Endpoints

Personal Profiles
The personal profiles resource is used to view, create, or modify a registered user personal profile.
Create a personal profile of a registered user
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPersonalProfiles
Get a personal profile of a registered user
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPersonalProfiles/{ProfileId}
Get all personal profiles of a registered user
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPersonalProfiles
Update a personal profile of a registered user
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorPersonalProfiles/{ProfileId}