Add a POST endpoint to the contacts controller to access the contact creation service
closes #1247
Updates the "get contact" endpoint to support finding all contacts, regardless of status code. This allows the finding of inactive contacts. The behavior is opt-in, to preserve behavior that relies on only seeing active records.
Add a POST endpoint to the contacts controller to access the contact creation service
closes #1247
Updates the "get contact" endpoint to support finding all contacts, regardless of status code. This allows the finding of inactive contacts. The behavior is opt-in, to preserve behavior that relies on only seeing active records.