updated examples
[civicrm-core.git] / api / v3 / examples / ProfileSubmit.php
index 3d27cde1825538e84c75e1752514f29a41d512fc..05df843dae74009181345d83e4d2b5936117340e 100644 (file)
@@ -53,7 +53,7 @@ function profile_submit_expectedresult(){
           'legal_identifier' => '',
           'external_identifier' => '',
           'sort_name' => 'xyz2, abc2',
-          'display_name' => 'Mr. abc2 xyz2 II',
+          'display_name' => 'abc2 xyz2',
           'nick_name' => '',
           'legal_name' => '',
           'image_URL' => '',
@@ -77,6 +77,7 @@ function profile_submit_expectedresult(){
           'addressee_custom' => '',
           'addressee_display' => 'Mr. abc1 J. xyz1 II',
           'job_title' => '',
+          'gender_id' => '',
           'birth_date' => '',
           'is_deceased' => 0,
           'deceased_date' => '',
@@ -115,4 +116,4 @@ function profile_submit_expectedresult(){
 *
 * API Standards documentation:
 * http://wiki.civicrm.org/confluence/display/CRM/API+Architecture+Standards
-*/
\ No newline at end of file
+*/