updated examples
[civicrm-core.git] / api / v3 / examples / Membership / filterIsCurrent.php
index b5fab187f9ca5cb4266d3dea4c5ff5f606c430e4..c0e98ff39797c8ed89ed381bd1214317db831219 100644 (file)
@@ -5,7 +5,7 @@
  */
 function membership_get_example(){
 $params = array(
-  'contact_id' => 13,
+  'contact_id' => 17,
   'filters' => array(
       'is_current' => 1,
     ),
@@ -39,9 +39,9 @@ function membership_get_expectedresult(){
       '1' => array(
           'id' => '1',
           'membership_id' => '1',
-          'contact_id' => '13',
-          'membership_contact_id' => '13',
-          'membership_type_id' => '21',
+          'contact_id' => '17',
+          'membership_contact_id' => '17',
+          'membership_type_id' => '25',
           'join_date' => '2009-01-21',
           'start_date' => '2013-07-29 00:00:00',
           'membership_start_date' => '2009-01-21',
@@ -49,7 +49,7 @@ function membership_get_expectedresult(){
           'membership_end_date' => '2009-12-21',
           'source' => 'Payment',
           'membership_source' => 'Payment',
-          'status_id' => '18',
+          'status_id' => '20',
           'is_override' => '1',
           'is_test' => 0,
           'member_is_test' => 0,
@@ -69,20 +69,20 @@ function membership_get_expectedresult(){
 * This example has been generated from the API test suite. The test that created it is called
 *
 * testGetOnlyActive and can be found in
-* http://svn.civicrm.org/civicrm/trunk/tests/phpunit/CiviTest/api/v3/MembershipTest.php
+* https://github.com/civicrm/civicrm-core/blob/master/tests/phpunit/api/v3/MembershipTest.php
 *
 * You can see the outcome of the API tests at
-* http://tests.dev.civicrm.org/trunk/results-api_v3
+* https://test.civicrm.org/job/CiviCRM-master-git/
 *
 * To Learn about the API read
-* http://book.civicrm.org/developer/current/techniques/api/
+* http://wiki.civicrm.org/confluence/display/CRMDOC/Using+the+API
 *
-* and review the wiki at
-* http://wiki.civicrm.org/confluence/display/CRMDOC/CiviCRM+Public+APIs
+* Browse the api on your own site with the api explorer
+* http://MYSITE.ORG/path/to/civicrm/api/explorer
 *
 * Read more about testing here
 * http://wiki.civicrm.org/confluence/display/CRM/Testing
 *
 * API Standards documentation:
 * http://wiki.civicrm.org/confluence/display/CRM/API+Architecture+Standards
-*/
\ No newline at end of file
+*/