update test generated examples
[civicrm-core.git] / api / v3 / examples / Activity / ContactRefCustomField.php
index a1ae2ae600daeac0e9bd4e844572765961aaa503..01df6b00ba09b64dbd205517fe83189f585bc2ae 100644 (file)
@@ -6,7 +6,7 @@
 function activity_create_example(){
 $params = array(
   'source_contact_id' => 17,
-  'activity_type_id' => '44',
+  'activity_type_id' => '46',
   'subject' => 'test activity type id',
   'activity_date_time' => '2011-06-02 14:36:13',
   'status_id' => 2,
@@ -37,7 +37,7 @@ function activity_create_expectedresult(){
       '1' => array(
           'id' => '1',
           'source_record_id' => '',
-          'activity_type_id' => '44',
+          'activity_type_id' => '46',
           'subject' => 'test activity type id',
           'activity_date_time' => '20110602143613',
           'duration' => '120',