updated examples
[civicrm-core.git] / api / v3 / examples / Participant / CreateParticipantPayment.php
index 6410f870ad04bdbb0c9e1abe60f8a2d125d28c81..1f70d8f36e3f4ad5f4281b8944bd24bb482d9d51 100644 (file)
@@ -9,7 +9,7 @@ $params = array(
   'contact_type' => 'Individual',
   'display_name' => 'dlobo',
   'api.participant' => array(
-      'event_id' => 39,
+      'event_id' => 40,
       'status_id' => 1,
       'role_id' => 1,
       'format.only_id' => 1,
@@ -77,6 +77,8 @@ function participant_create_expectedresult(){
           'last_name' => '',
           'prefix_id' => '',
           'suffix_id' => '',
+          'formal_title' => '',
+          'communication_style_id' => '',
           'email_greeting_id' => '1',
           'email_greeting_custom' => '',
           'email_greeting_display' => '',