You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ContactTypeDef DTO — declares a CiviCRM contact sub-type with required name and parentName (base type: Individual, Organization, or Household) and optional label.
contactTypes[] schema section — SchemaDefinition and SchemaApplier now support idempotent get-or-create of ContactType entities via civicrm:apply-schema.
ContactInput::$contactSubType — optional field passed as contact_sub_type in toCiviValues(); supported by fromArray() / toArray() round-trip and SyncContactJob.