Social Networks REST Endpoints

Person Profiles/Social Networks
The social networks resource is a child of person profiles resource and provides information about the various networks associated with the user.
Create a social network
Method: post
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/socialNetworks
Delete a social network
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/socialNetworks/{SocialNetworkId}
Get a social network
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/socialNetworks/{SocialNetworkId}
Get all social networks
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/socialNetworks
Update a social network
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/socialNetworks/{SocialNetworkId}