updated examples
[civicrm-core.git] / api / v3 / examples / ContactGet.php
index 481b5cc329b42e9d8f35dcc6f52327be0ca1800d..7101dbfe2e84b4412b6abd731dd2a64057535804 100644 (file)
@@ -50,6 +50,8 @@ function contact_get_expectedresult(){
           'nick_name' => '',
           'legal_name' => '',
           'image_URL' => '',
+          'preferred_communication_method' => '',
+          'preferred_language' => 'en_US',
           'preferred_mail_format' => 'Both',
           'first_name' => '',
           'middle_name' => '',
@@ -123,4 +125,4 @@ function contact_get_expectedresult(){
 *
 * API Standards documentation:
 * http://wiki.civicrm.org/confluence/display/CRM/API+Architecture+Standards
-*/
\ No newline at end of file
+*/