Profile Locations REST Endpoints

Business Profiles/Profile Locations
The profile locations resource is used to view, create, or modify contact addresses for a registered public user account profile.
Create a set of contact address for the user profile
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessProfiles/{ProfileId}/child/ProfileLocation
Get a contact address for the user profile
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessProfiles/{ProfileId}/child/ProfileLocation/{LocationSiteId}
Get all contact addresses for the user profile
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessProfiles/{ProfileId}/child/ProfileLocation
Update a contact address for the user profile
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessProfiles/{ProfileId}/child/ProfileLocation/{LocationSiteId}