My goal is to:
- POST a new household record with two or more existing constituent record associations
- POST a new constituent record with an association to an existing household record
- PATCH an existing constituent record to add an association with an existing household record
- PATCH an existing constituent record to remove a household association
I can see in /alt-conmg/constituents where you can set the spouse (spouse_id), which creates a household, or copy primary info INTO the household (house_hold_copy_primary_contact_info), but I do not see how to add to an existing household, or create an entirely new household.