Edit a Prospect
Updates an existing prospect's profile for the community, including household members, preferences, and optional lead metadata. Household members and household member PII, including first name, last name, email, and phone may not be updated for prospects with applicant, resident, or former resident status. Behavior for origin source, SMS opt-in, and assignee follows API key permissions and validation rules. Returns the prospect identifier.
PUT
/api/partners/v1/community/:community_id/prospects/:prospect_idRequest
Response
Example responseJSON200 · application/json
{ "id": 123, "message": "Prospect updated successfully", "unapplied_updates": [ { "person_ref": { "id": 123456, "name": "Jane Doe", "match": "email_or_phone" }, "field": "is_primary", "attempted_value": "True", "reason_code": "FIELD_NOT_UPDATABLE", "reason": "is_primary is not updatable via this endpoint." } ]}