Profile Emails REST Endpoints
            
            Public User/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: postPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessProfiles/{ProfileId}/child/ProfileContactPointEmail - Get all email contact points for the user profile
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessProfiles/{ProfileId}/child/ProfileContactPointEmail - Get an email contact point for the user profile
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessProfiles/{ProfileId}/child/ProfileContactPointEmail/{ContactPtId} - Update an email contact point for the user profile
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/publicSectorBusinessProfiles/{ProfileId}/child/ProfileContactPointEmail/{ContactPtId}