array( 'getcontact' => array( 'email' => 'string', 'first_name' => 'string', 'last_name' => 'string', 'contact_type' => array('Individual', 'Organization'), 'prefix' => 'string', 'street_address' => 'string', 'country' => 'string', 'postal_code' => 'string', 'city' => 'string', 'phone' => 'string', 'create_if_not_found' => 'int', 'source' => 'string', ), 'addcontribution' => array( 'contact_id' => 'int', 'financial_type_id' => 'int', 'payment_instrument' => 'string', 'contribution_campaign' => 'string', 'total_amount' => 'float2', 'currency' => 'string', 'contribution_status' => 'string', 'is_test' => 'int', 'iban' => 'string', 'bic' => 'string', 'source' => 'string', 'datum' => 'string', 'notes' => 'string', ), 'addactivity' => array( 'contact_id' => 'int', 'type_id' => 'int', 'subject' => 'string', ), ) );