Missing Person Contacts REST Endpoints
Student Management Person Profiles/Missing Person Contacts
Missing person contacts represent the contacts that are notified when a person is missing. For example, spouse and parent of a student.
- Create a missing person contact
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/missingPersonContacts
- Delete a missing person contact
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/missingPersonContacts/{MissingPersonContactId}
- Get a missing person contact
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/missingPersonContacts/{MissingPersonContactId}
- Get all missing person contacts
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/missingPersonContacts
- Update a missing person contact
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/missingPersonContacts/{MissingPersonContactId}