From c2e5932f848d7c7a917d2ed7e85d63c97c07037b Mon Sep 17 00:00:00 2001 From: tobiaslounsbury Date: Wed, 1 May 2013 10:03:09 -0700 Subject: [PATCH] Added for mailing tests --- .../api/v3/dataset/mailing_contact.xml | 104 ++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 tests/phpunit/api/v3/dataset/mailing_contact.xml diff --git a/tests/phpunit/api/v3/dataset/mailing_contact.xml b/tests/phpunit/api/v3/dataset/mailing_contact.xml new file mode 100644 index 0000000000..3a0a6d77b3 --- /dev/null +++ b/tests/phpunit/api/v3/dataset/mailing_contact.xml @@ -0,0 +1,104 @@ + + + + + id + contact_type + contact_sub_type + do_not_email + do_not_phone + do_not_mail + do_not_sms + do_not_trade + is_opt_out + legal_identifier + external_identifier + sort_name + display_name + nick_name + legal_name + image_URL + preferred_communication_method + preferred_language + preferred_mail_format + hash + api_key + source + first_name + middle_name + last_name + prefix_id + suffix_id + email_greeting_id + email_greeting_custom + email_greeting_display + postal_greeting_id + postal_greeting_custom + postal_greeting_display + addressee_id + addressee_custom + addressee_display + job_title + gender_id + birth_date + is_deceased + deceased_date + household_name + primary_contact_id + organization_name + sic_code + user_unique_id + employer_id + is_deleted + + 23 + Individual + + + + + + + 0 + + + + Test Contact + + + + + en_US + + + + + Test + + Contact + + + + + + + + + + + + + + + + + + + + + + + 0 + +
+
-- 2.25.1