Emergency Contacts REST Endpoints

Person Profiles/Emergency Contacts
The emergency contacts resource provides information about the various emergency contacts provided by the user.
Create an emergency contact
Method: post
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/emergencyContacts
Delete an emergency contact
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/emergencyContacts/{EmergencyContactId}
Get all emergency contacts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/emergencyContacts
Get an emergency contact
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/emergencyContacts/{EmergencyContactId}
Update an emergency contact
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/emergencyContacts/{EmergencyContactId}