Merge pull request #1046 from colemanw/showHide
[civicrm-core.git] / api / v3 / examples / ActivityCreate.php
index 2123c40a691395657f630af8f8a316259bd776bd..3c58cdf409d07013fd61bbc32e8385c0f64b572c 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',