Student Management Organization Contact Names REST Endpoints
    
        Student Management Organization Contacts/Student Management Organization Contact Names
    
The names resource contains the names of the Student Management organization contacts.
- Create all Student Management organization names
 - Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedOrganizationContacts/{ContactPartyId}/child/names - Delete a Student Management organization name
 - Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedOrganizationContacts/{ContactPartyId}/child/names/{namesUniqID} - Get a Student Management organization name
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedOrganizationContacts/{ContactPartyId}/child/names/{namesUniqID} - Get all Student Management organization names
 - Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedOrganizationContacts/{ContactPartyId}/child/names - Update a Student Management organization name
 - Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedOrganizationContacts/{ContactPartyId}/child/names/{namesUniqID}