Add in chaining and join docs for APIv4 and update v3 example URLS an…
Compare changes
+ 6
− 20
It is possible to do two API calls at once with the first call feeding into the second. E.g. to create a contact with a contribution you can nest the contribution create into the contact create. Once the contact has been created it will action the contribution create using the id from the contact create as `contact_id`. Likewise you can ask for all activities or all contributions to be returned when you do a `get`.
@@ -71,6 +59,4 @@ civicrm_api('Contact', 'create', array(