Names REST Endpoints

Person Profiles/Names
The names resource provides information about the various names associated with the user.
Create a name
Method: post
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/names
Delete a name
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/names/{namesUniqID}
Get a name
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/names/{namesUniqID}
Get all names
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/names
Update a name
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/names/{namesUniqID}