* Contacts of type Household.
*
* This api is a facade for the Contact entity.
- * In most ways it acts exactly like the Contact entity, but will inject [contact_type => Individual]
+ * In most ways it acts exactly like the Contact entity, plus it injects [contact_type => Household]
* into get, create, and batch actions (however, when updating or deleting a single Contact by id,
* this will transparently pass-through to the Contact entity, so don't rely on this facade to enforce
* contact type for single-record-by-id write operations).
* Contacts of type Individual.
*
* This api is a facade for the Contact entity.
- * In most ways it acts exactly like the Contact entity, but will inject [contact_type => Individual]
+ * In most ways it acts exactly like the Contact entity, plus it injects [contact_type => Individual]
* into get, create, and batch actions (however, when updating or deleting a single Contact by id,
* this will transparently pass-through to the Contact entity, so don't rely on this facade to enforce
* contact type for single-record-by-id write operations).
* Contacts of type Organization.
*
* This api is a facade for the Contact entity.
- * In most ways it acts exactly like the Contact entity, but will inject [contact_type => Organization]
+ * In most ways it acts exactly like the Contact entity, plus it injects [contact_type => Organization]
* into get, create, and batch actions (however, when updating or deleting a single Contact by id,
* this will transparently pass-through to the Contact entity, so don't rely on this facade to enforce
* contact type for single-record-by-id write operations).