Added

Added Custom Field Values for People

Added Custom Field Values for people within the API

Custom fields are a new feature that are avaliable for records of people within the Binti Project. In the API we expose people in a few ways and can be set in creation and update paths.

custom-field-values are now avalible in "people" and "user-agency-profiles" types.

You can view these values through: GET /api/v1/user_agency_profiles GET /api/v1/people and any GET with "people" or "user-agency-profiles" included in the "relationships" body.

You can create these values through: POST /api/v1/applications - through the applicant or co-applicant attributes POST /api/v1/socail-connections - through the "connection-person" object

You can update these values through: PUT /api/v1/user_agency_profiles/:id