Versions Compared

Key

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

Examples

Action add

Add a new deceased outcome.

Code Block
languagephp
$data = array(
	"token" => $token,
	"tokenHash" => $tokenHash,
	"objectType" => "outcomesDeceased",
	"objectAction" => "add",
	"values" => array(
		array(
			"outcomesDeceasedIntakeID" => "667",
			"outcomesDeceasedAnimalConditionID" => "1",
			"outcomesDeceasedDate" => "1/1/2013",
		),
	),
);