CRM-15578 - Mailing.create API - Set defaults that match UX
[civicrm-core.git] / api / v3 / ContactType.php
index a14d833adb5c14f73a7ffdb6499f3e54586db520..6e4567493b064ec003a8d8d0d96e4a71ade4b578 100644 (file)
  */
 
 /**
- * This api exposes CiviCRM contact type.
+ * This api exposes CiviCRM contact types and sub-types.
+ *
+ * CiviCRM comes with 3 primary contact types - Individual, Organization & Household.
+ * Changing these is not advised, but sub_types can be created with this api.
+ * Pass 'parent_id' param to specify which base type a new sub_type extends.
  *
  * @package CiviCRM_APIv3
- * @subpackage API_Survey
  */
 
 /**