Profile Emails REST Endpoints

Business Profiles/Profile Emails
The profile emails resource is used to view, create, or modify email contact points for a registered public user account profile.
Create a set of email contact points for the user profile
Method: post
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessProfiles/{ProfileId}/child/ProfileContactPointEmail
Get all email contact points for the user profile
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessProfiles/{ProfileId}/child/ProfileContactPointEmail
Get an email contact point for the user profile
Method: get
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessProfiles/{ProfileId}/child/ProfileContactPointEmail/{ContactPtId}
Update an email contact point for the user profile
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/publicSectorBusinessProfiles/{ProfileId}/child/ProfileContactPointEmail/{ContactPtId}