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: post
Path: /fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/missingPersonContacts
Delete a missing person contact
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/missingPersonContacts/{MissingPersonContactId}
Get a missing person contact
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/missingPersonContacts/{MissingPersonContactId}
Get all missing person contacts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/missingPersonContacts
Update a missing person contact
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/hedPersonProfiles/{PartyId}/child/missingPersonContacts/{MissingPersonContactId}