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: postPath:
/fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/emergencyContacts - Delete an emergency contact
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/emergencyContacts/{EmergencyContactId} - Get all emergency contacts
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/emergencyContacts - Get an emergency contact
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/emergencyContacts/{EmergencyContactId} - Update an emergency contact
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/personProfiles/{PartyId}/child/emergencyContacts/{EmergencyContactId}