Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Examples

Action add

Code Block
languagephp
$data = array(
        "token" => $token,
        "tokenHash" => $tokenHash,
        "objectType" => "donations",
        "objectAction" => "add",
        "values" => array(
                array(
                        "donationContactID" => "2583303",
                        "donationDate" => "4/29/2013",
                        "donationAddDonorGroup" => "Yes",
                ),
        ),
);