Names REST Endpoints
Student Management Person Profiles/Names
The names resource provides information about the various names associated with the user.
- Create a name
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/names - Delete a name
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/names/{namesUniqID} - Get a name
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/names/{namesUniqID} - Get all names
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/names - Update a name
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/names/{namesUniqID}