We have upgraded our support system to serve you better.
For Support, please go to our Momentive Support Hub located here.

Skip to main content

IndividualType

 
 

IndividualType

The IndividualType type is an xWeb type used for managing individuals.

Namespaces

When passing a IndividualType as a parameter to xWeb web methods, be sure to set the namespace properly.

Important! Parameters that fail to specify proper namespaces will not be interpreted correctly and will result in method faults.

Schema

Here is the schema for IndividualType. Note: although the contact information is labelled Business/Home, they are instead Primary/Billing respectively. As there is no Billing flag for phone/fax, this method will not populate data into these fields.

<s:complexType  name="IndividualType">
  <s:sequence>
    <s:element  minOccurs="0"  maxOccurs="1"  name="CurrentKey"  nillable="true"  type="tns:av_key_Type">
      <s:annotation>
        <s:documentation>Primary Key.The current key is the record key for the object. This field must be set whenever updating an existing database record.</s:documentation>
      </s:annotation>
    </s:element>
    <s:element  name="Individual"  type="tns:Individual_Individual_DataObjectType"  />
    <s:element  name="Customer"  type="tns:Individual_Customer_DataObjectType"  />
    <s:element  name="Address_Change_Log"  type="tns:Individual_Address_Change_Log_DataObjectType"  />
    <s:element  name="TransferToCustomer"  type="tns:Individual_TransferToCustomer_DataObjectType"  />
    <s:element  name="Organization_XRef"  type="tns:Individual_Organization_XRef_DataObjectType"  />
    <s:element  name="Organization"  type="tns:Individual_Organization_DataObjectType"  />
    <s:element  name="Email"  type="tns:Individual_Email_DataObjectType"  />
    <s:element  name="Website"  type="tns:Individual_Website_DataObjectType"  />
    <s:element  name="Messaging"  type="tns:Individual_Messaging_DataObjectType"  />
    <s:element  name="Business_Address"  type="tns:Individual_Business_Address_DataObjectType"  />
    <s:element  name="Business_Address_XRef"  type="tns:Individual_Business_Address_XRef_DataObjectType"  />
    <s:element  name="Business_Address_Country"  type="tns:Individual_Business_Address_Country_DataObjectType"  />
    <s:element  name="Business_Phone"  type="tns:Individual_Business_Phone_DataObjectType"  />
    <s:element  name="Business_Phone_Country"  type="tns:Individual_Business_Phone_Country_DataObjectType"  />
    <s:element  name="Business_Phone_XRef"  type="tns:Individual_Business_Phone_XRef_DataObjectType"  />
    <s:element  name="Business_Fax"  type="tns:Individual_Business_Fax_DataObjectType"  />
    <s:element  name="Business_Fax_Country"  type="tns:Individual_Business_Fax_Country_DataObjectType"  />
    <s:element  name="Business_Fax_XRef"  type="tns:Individual_Business_Fax_XRef_DataObjectType"  />
    <s:element  name="Home_Address"  type="tns:Individual_Home_Address_DataObjectType"  />
    <s:element  name="Home_Address_Country"  type="tns:Individual_Home_Address_Country_DataObjectType"  />
    <s:element  name="Home_Address_XRef"  type="tns:Individual_Home_Address_XRef_DataObjectType"  />
    <s:element  name="Home_Phone"  type="tns:Individual_Home_Phone_DataObjectType"  />
    <s:element  name="Home_Phone_Country"  type="tns:Individual_Home_Phone_Country_DataObjectType"  />
    <s:element  name="Home_Phone_XRef"  type="tns:Individual_Home_Phone_XRef_DataObjectType"  />
    <s:element  name="Home_Fax"  type="tns:Individual_Home_Fax_DataObjectType"  />
    <s:element  name="Home_Fax_Country"  type="tns:Individual_Home_Fax_Country_DataObjectType"  />
    <s:element  name="Home_Fax_XRef"  type="tns:Individual_Home_Fax_XRef_DataObjectType"  />
    <s:element  name="Individual_Custom_Demographics"  type="tns:Individual_Individual_Custom_Demographics_DataObjectType"  />
    <s:element  name="Social_Links"  type="tns:Individual_Social_Links_DataObjectType"  />
    <s:element  name="source_code"  type="tns:Individual_source_code_DataObjectType"  />
  </s:sequence>
</s:complexType>

Sample

<CurrentKey>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</CurrentKey>
<Individual>
  <ind_cst_key>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</ind_cst_key>
  <ind_first_name>Big</ind_first_name>
  <ind_last_name>Bird</ind_last_name>
  <ind_full_name_cp>Big Bird</ind_full_name_cp>
  <ind_salutation_cp>Big</ind_salutation_cp>
  <ind_cst_key_ext>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</ind_cst_key_ext>
  <ind_salary>0.00</ind_salary>
  <ind_badge_name>Big</ind_badge_name>
  <ind_deceased_flag>0</ind_deceased_flag>
  <ind_add_date>12/30/2011</ind_add_date>
  <ind_add_user>nbandyk</ind_add_user>
  <ind_change_date>01/12/2012</ind_change_date>
  <ind_change_user>dhopkins</ind_change_user>
  <ind_delete_flag>0</ind_delete_flag>
</Individual>
<Customer>
  <cst_key>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</cst_key>
  <cst_type>Individual</cst_type>
  <cst_name_cp>Big Bird</cst_name_cp>
  <cst_sort_name_dn>Bird Big</cst_sort_name_dn>
  <cst_ind_full_name_dn>Big Bird</cst_ind_full_name_dn>
  <cst_org_name_dn>Avectra</cst_org_name_dn>
  <cst_ixo_title_dn>CYO</cst_ixo_title_dn>
  <cst_add_date>12/30/2011</cst_add_date>
  <cst_add_user>nbandyk</cst_add_user>
  <cst_change_date>01/12/2012</cst_change_date>
  <cst_change_user>dhopkins</cst_change_user>
  <cst_delete_flag>0</cst_delete_flag>
  <cst_recno>87294</cst_recno>
  <cst_id>000087294I</cst_id>
  <cst_key_ext>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</cst_key_ext>
  <cst_email_text_only>0</cst_email_text_only>
  <cst_credit_limit>0.00</cst_credit_limit>
  <cst_tax_exempt_flag>0</cst_tax_exempt_flag>
  <cst_cxa_key>feba4f2b-5280-4957-9e18-4f7fc9f6fa8d</cst_cxa_key>
  <cst_no_email_flag>0</cst_no_email_flag>
  <cst_cxa_billing_key>24b1404f-dac1-40f7-93d4-81260b878751</cst_cxa_billing_key>
  <cst_eml_address_dn>bb@av.com</cst_eml_address_dn>
  <cst_eml_key>47b4df45-32d1-47de-808b-11f1992f906b</cst_eml_key>
  <cst_no_phone_flag>0</cst_no_phone_flag>
  <cst_phn_number_complete_dn>(777)555-1111 (234)</cst_phn_number_complete_dn>
  <cst_cph_key>fae2995b-10a4-4501-be7e-72531ef51bb3</cst_cph_key>
  <cst_no_fax_flag>0</cst_no_fax_flag>
  <cst_fax_number_complete_dn>(777)555-2222</cst_fax_number_complete_dn>
  <cst_cfx_key>2e2179ab-7f32-4cc3-9466-0c8464617bce</cst_cfx_key>
  <cst_ixo_key>93b8899f-45e9-4391-bd4e-44f057890dd2</cst_ixo_key>
  <cst_no_web_flag>0</cst_no_web_flag>
  <cst_member_flag>1</cst_member_flag>
  <cst_url_code_dn>http://www.avectra.com</cst_url_code_dn>
  <cst_url_key>25f8092f-e775-42de-8079-0ddf074f66cc</cst_url_key>
  <cst_no_msg_flag>0</cst_no_msg_flag>
  <cst_msg_handle_dn>myimname</cst_msg_handle_dn>
  <cst_web_password>3fc15339b755ce36516ec0eabd362da0</cst_web_password>
  <cst_msg_key>af4c0ab9-a5a1-4d10-9cde-a544e6398133</cst_msg_key>
  <cst_no_mail_flag>0</cst_no_mail_flag>
  <cst_web_start_date>01/01/2012</cst_web_start_date>
  <cst_web_force_password_change>0</cst_web_force_password_change>
  <cst_web_login_disabled_flag>0</cst_web_login_disabled_flag>
  <cst_credit_hold_flag>0</cst_credit_hold_flag>
  <cst_web_forgot_password_status>0</cst_web_forgot_password_status>
  <cst_no_publish_flag>0</cst_no_publish_flag>
  <cst_salutation_1>Big  Bird</cst_salutation_1>
  <cst_salutation_2>Big  Bird</cst_salutation_2>
  <cst_default_recognize_as>Big  Bird</cst_default_recognize_as>
  <cst_score_trend>0</cst_score_trend>
  <cst_exclude_from_social_flag>0</cst_exclude_from_social_flag>
  <cst_credit_available>0.00</cst_credit_available>
  <cst_receives_member_benefits_flag>1</cst_receives_member_benefits_flag>
  <cst_regex>6-14 characters, digit required</cst_regex>
</Customer>
<Address_Change_Log/>
<TransferToCustomer/>
<Organization_XRef>
  <ixo_key>93b8899f-45e9-4391-bd4e-44f057890dd2</ixo_key>
  <ixo_rlt_code>Staff</ixo_rlt_code>
  <ixo_title>CYO</ixo_title>
  <ixo_start_date>01/12/2012</ixo_start_date>
  <ixo_ind_cst_key>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</ixo_ind_cst_key>
  <ixo_org_cst_key>c08611b3-8d26-41a8-bdaf-46ec028f0c87</ixo_org_cst_key>
  <ixo_add_date>01/12/2012</ixo_add_date>
  <ixo_add_user>dhopkins</ixo_add_user>
  <ixo_delete_flag>0</ixo_delete_flag>
  <ixo_key_ext>93b8899f-45e9-4391-bd4e-44f057890dd2</ixo_key_ext>
  <ixo_primary>1</ixo_primary>
  <ixo_owner>0</ixo_owner>
</Organization_XRef>
<Organization>
  <org_consortia_flag>0</org_consortia_flag>
  <org_cst_key>c08611b3-8d26-41a8-bdaf-46ec028f0c87</org_cst_key>
  <org_name>Avectra</org_name>
  <org_cst_key_ext>c08611b3-8d26-41a8-bdaf-46ec028f0c87</org_cst_key_ext>
  <org_acronym>AVCTR</org_acronym>
  <org_add_date>11/09/2011</org_add_date>
  <org_nonprofit_flag>0</org_nonprofit_flag>
  <org_add_user>reverham</org_add_user>
  <org_change_date>11/17/2011 9:10:23 AM</org_change_date>
  <org_change_user>jranto</org_change_user>
  <org_delete_flag>0</org_delete_flag>
</Organization>
<Email>
  <eml_key>47b4df45-32d1-47de-808b-11f1992f906b</eml_key>
  <eml_address>bb@av.com</eml_address>
  <eml_cst_key>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</eml_cst_key>
  <eml_type>business</eml_type>
  <eml_add_user>nbandyk</eml_add_user>
  <eml_add_date>12/30/2011 2:23:57 PM</eml_add_date>
  <eml_delete_flag>0</eml_delete_flag>
  <eml_key_ext>47b4df45-32d1-47de-808b-11f1992f906b</eml_key_ext>
  <eml_invalid_flag>0</eml_invalid_flag>
  <eml_unlisted_flag>0</eml_unlisted_flag>
  <eml_primary>1</eml_primary>
</Email>
<Website>
  <url_key>25f8092f-e775-42de-8079-0ddf074f66cc</url_key>
  <url_code>http://www.avectra.com</url_code>
  <url_cst_key>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</url_cst_key>
  <url_type>internet</url_type>
  <url_add_user>dhopkins</url_add_user>
  <url_add_date>1/12/2012 4:57:06 PM</url_add_date>
  <url_delete_flag>0</url_delete_flag>
  <url_key_ext>25f8092f-e775-42de-8079-0ddf074f66cc</url_key_ext>
  <url_primary>1</url_primary>
</Website>
<Messaging>
  <msg_key>af4c0ab9-a5a1-4d10-9cde-a544e6398133</msg_key>
  <msg_handle>myimname</msg_handle>
  <msg_cst_key>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</msg_cst_key>
  <msg_type>yahoo</msg_type>
  <msg_add_user>dhopkins</msg_add_user>
  <msg_add_date>1/12/2012 4:57:21 PM</msg_add_date>
  <msg_delete_flag>0</msg_delete_flag>
  <msg_key_ext>af4c0ab9-a5a1-4d10-9cde-a544e6398133</msg_key_ext>
  <msg_primary>1</msg_primary>
</Messaging>
<Business_Address>
  <adr_key>baeddb9b-5b94-4720-887f-a3945c8d64ac</adr_key>
  <adr_cst_key_owner>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</adr_cst_key_owner>
  <adr_line1>123 Main Street</adr_line1>
  <adr_city>CHicago</adr_city>
  <adr_state>IL</adr_state>
  <adr_post_code>60606</adr_post_code>
  <adr_city_state_code>CHicago, IL  60606</adr_city_state_code>
  <adr_country>UNITED STATES</adr_country>
  <adr_add_date>12/30/2011</adr_add_date>
  <adr_add_user>nbandyk</adr_add_user>
  <adr_change_date>12/30/2011 2:23:58 PM</adr_change_date>
  <adr_change_user>nbandyk</adr_change_user>
  <adr_delete_flag>0</adr_delete_flag>
  <adr_key_ext>baeddb9b-5b94-4720-887f-a3945c8d64ac</adr_key_ext>
  <adr_bad_address_flag>0</adr_bad_address_flag>
  <adr_no_validation_flag>0</adr_no_validation_flag>
</Business_Address>
<Business_Address_XRef>
  <cxa_cst_key>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</cxa_cst_key>
  <cxa_adr_key>baeddb9b-5b94-4720-887f-a3945c8d64ac</cxa_adr_key>
  <cxa_add_date>12/30/2011</cxa_add_date>
  <cxa_add_user>nbandyk</cxa_add_user>
  <cxa_change_date>12/30/2011</cxa_change_date>
  <cxa_change_user>nbandyk</cxa_change_user>
  <cxa_delete_flag>0</cxa_delete_flag>
  <cxa_key>feba4f2b-5280-4957-9e18-4f7fc9f6fa8d</cxa_key>
  <cxa_key_ext>feba4f2b-5280-4957-9e18-4f7fc9f6fa8d</cxa_key_ext>
  <cxa_on_hold_flag>0</cxa_on_hold_flag>
  <cxa_adt_key>197a80df-cb54-48ad-89b9-033fbfe75d37</cxa_adt_key>
  <cxa_mailing_label>Big Bird 123 Main Street CHicago, IL 60606</cxa_mailing_label>
  <cxa_mailing_label_html>Big Bird&lt;br>123 Main Street&lt;br>CHicago, IL 60606</cxa_mailing_label_html>
  <cxa_primary>1</cxa_primary>
  <cxa_owner>1</cxa_owner>
  <cxa_billing>0</cxa_billing>
  <cxa_create_change_log>0</cxa_create_change_log>
</Business_Address_XRef>
<Business_Address_Country>
  <cty_code>UNITED STATES</cty_code>
  <cty_add_date>12/05/2001</cty_add_date>
  <cty_add_user>XMEN\tward</cty_add_user>
  <cty_change_date>11/01/2011</cty_change_date>
  <cty_change_user>jpieron</cty_change_user>
  <cty_delete_flag>0</cty_delete_flag>
  <cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</cty_key>
  <cty_key_ext>bc4b70f8-280e-4bb0-b935-9f728c50e183</cty_key_ext>
  <cty_long_name>United States of America</cty_long_name>
  <cty_fips_code>US</cty_fips_code>
  <cty_status>independent</cty_status>
  <cty_capital>Washington, DC</cty_capital>
  <cty_idd_code>001</cty_idd_code>
  <cty_srg_key>50e354e2-077a-4bd4-8219-5188a562795d</cty_srg_key>
  <cty_postal_input_mask>regex:\d{5}(-\d{4})?</cty_postal_input_mask>
  <cty_phone_input_mask>^(\d{3})(\d{3})(\d{4})$~($1)$2-$3</cty_phone_input_mask>
  <cty_currency_code>USD</cty_currency_code>
  <cty_currency_code_description>U.S. Dollar</cty_currency_code_description>
  <cty_vat_flag>0</cty_vat_flag>
  <cty_iso_2>US</cty_iso_2>
  <cty_iso_3>USA</cty_iso_3>
  <cty_do_not_ship>0</cty_do_not_ship>
  <cty_iso_number>840</cty_iso_number>
  <cty_bpa_region>NORTH AMERICA</cty_bpa_region>
  <cty_do_not_sell>0</cty_do_not_sell>
  <cty_dyn_key>82b095b3-c816-4e03-9061-66d54be8261a</cty_dyn_key>
  <cty_dyn_key_2>8268f5bb-fd87-4497-b2e0-2d22ed7661d5</cty_dyn_key_2>
</Business_Address_Country>
<Business_Phone>
  <phn_key>27195067-4deb-47ea-8c4f-f60a7c8a7a75</phn_key>
  <phn_cst_key_owner>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</phn_cst_key_owner>
  <phn_number>7775551111</phn_number>
  <phn_number_display>(777)555-1111</phn_number_display>
  <phn_cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</phn_cty_key>
  <phn_add_user>dhopkins</phn_add_user>
  <phn_add_date>1/12/2012 4:54:40 PM</phn_add_date>
  <phn_delete_flag>0</phn_delete_flag>
  <phn_key_ext>27195067-4deb-47ea-8c4f-f60a7c8a7a75</phn_key_ext>
</Business_Phone>
<Business_Phone_Country>
  <ct3__cty_code>UNITED STATES</ct3__cty_code>
  <ct3__cty_add_date>12/05/2001</ct3__cty_add_date>
  <ct3__cty_add_user>XMEN\tward</ct3__cty_add_user>
  <ct3__cty_change_date>11/01/2011</ct3__cty_change_date>
  <ct3__cty_change_user>jpieron</ct3__cty_change_user>
  <ct3__cty_delete_flag>0</ct3__cty_delete_flag>
  <ct3__cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</ct3__cty_key>
  <ct3__cty_key_ext>bc4b70f8-280e-4bb0-b935-9f728c50e183</ct3__cty_key_ext>
  <ct3__cty_long_name>United States of America</ct3__cty_long_name>
  <ct3__cty_fips_code>US</ct3__cty_fips_code>
  <ct3__cty_status>independent</ct3__cty_status>
  <ct3__cty_capital>Washington, DC</ct3__cty_capital>
  <ct3__cty_idd_code>001</ct3__cty_idd_code>
  <ct3__cty_srg_key>50e354e2-077a-4bd4-8219-5188a562795d</ct3__cty_srg_key>
  <ct3__cty_postal_input_mask>regex:\d{5}(-\d{4})?</ct3__cty_postal_input_mask>
  <ct3__cty_phone_input_mask>^(\d{3})(\d{3})(\d{4})$~($1)$2-$3</ct3__cty_phone_input_mask>
  <ct3__cty_currency_code>USD</ct3__cty_currency_code>
  <ct3__cty_currency_code_description>U.S. Dollar</ct3__cty_currency_code_description>
  <ct3__cty_vat_flag>0</ct3__cty_vat_flag>
  <ct3__cty_iso_2>US</ct3__cty_iso_2>
  <ct3__cty_iso_3>USA</ct3__cty_iso_3>
  <ct3__cty_do_not_ship>0</ct3__cty_do_not_ship>
  <ct3__cty_iso_number>840</ct3__cty_iso_number>
  <ct3__cty_bpa_region>NORTH AMERICA</ct3__cty_bpa_region>
  <ct3__cty_do_not_sell>0</ct3__cty_do_not_sell>
  <ct3__cty_dyn_key>82b095b3-c816-4e03-9061-66d54be8261a</ct3__cty_dyn_key>
  <ct3__cty_dyn_key_2>8268f5bb-fd87-4497-b2e0-2d22ed7661d5</ct3__cty_dyn_key_2>
</Business_Phone_Country>
<Business_Phone_XRef>
  <cph_key>fae2995b-10a4-4501-be7e-72531ef51bb3</cph_key>
  <cph_cst_key>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</cph_cst_key>
  <cph_phn_key>27195067-4deb-47ea-8c4f-f60a7c8a7a75</cph_phn_key>
  <cph_pht_key>67b3c5a6-def9-443d-bdfd-d86fb1bde6ce</cph_pht_key>
  <cph_add_user>dhopkins</cph_add_user>
  <cph_add_date>1/12/2012 4:54:40 PM</cph_add_date>
  <cph_delete_flag>0</cph_delete_flag>
  <cph_key_ext>fae2995b-10a4-4501-be7e-72531ef51bb3</cph_key_ext>
  <cph_unlisted_flag>0</cph_unlisted_flag>
  <cph_phn_number_complete>(777)555-1111 (234)</cph_phn_number_complete>
  <cph_extension>234</cph_extension>
  <cph_primary>1</cph_primary>
  <cph_owner>1</cph_owner>
</Business_Phone_XRef>
<Business_Fax>
  <fax_key>c71120d8-a77f-467b-8aba-d41f5dcfcb81</fax_key>
  <fax_cst_key_owner>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</fax_cst_key_owner>
  <fax_number>7775552222</fax_number>
  <fax_number_display>(777)555-2222</fax_number_display>
  <fax_cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</fax_cty_key>
  <fax_add_user>dhopkins</fax_add_user>
  <fax_add_date>1/12/2012 4:54:40 PM</fax_add_date>
  <fax_delete_flag>0</fax_delete_flag>
  <fax_key_ext>c71120d8-a77f-467b-8aba-d41f5dcfcb81</fax_key_ext>
</Business_Fax>
<Business_Fax_Country>
  <ct5__cty_code>UNITED STATES</ct5__cty_code>
  <ct5__cty_add_date>12/05/2001</ct5__cty_add_date>
  <ct5__cty_add_user>XMEN\tward</ct5__cty_add_user>
  <ct5__cty_change_date>11/01/2011</ct5__cty_change_date>
  <ct5__cty_change_user>jpieron</ct5__cty_change_user>
  <ct5__cty_delete_flag>0</ct5__cty_delete_flag>
  <ct5__cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</ct5__cty_key>
  <ct5__cty_key_ext>bc4b70f8-280e-4bb0-b935-9f728c50e183</ct5__cty_key_ext>
  <ct5__cty_long_name>United States of America</ct5__cty_long_name>
  <ct5__cty_fips_code>US</ct5__cty_fips_code>
  <ct5__cty_status>independent</ct5__cty_status>
  <ct5__cty_capital>Washington, DC</ct5__cty_capital>
  <ct5__cty_idd_code>001</ct5__cty_idd_code>
  <ct5__cty_srg_key>50e354e2-077a-4bd4-8219-5188a562795d</ct5__cty_srg_key>
  <ct5__cty_postal_input_mask>regex:\d{5}(-\d{4})?</ct5__cty_postal_input_mask>
  <ct5__cty_phone_input_mask>^(\d{3})(\d{3})(\d{4})$~($1)$2-$3</ct5__cty_phone_input_mask>
  <ct5__cty_currency_code>USD</ct5__cty_currency_code>
  <ct5__cty_currency_code_description>U.S. Dollar</ct5__cty_currency_code_description>
  <ct5__cty_vat_flag>0</ct5__cty_vat_flag>
  <ct5__cty_iso_2>US</ct5__cty_iso_2>
  <ct5__cty_iso_3>USA</ct5__cty_iso_3>
  <ct5__cty_do_not_ship>0</ct5__cty_do_not_ship>
  <ct5__cty_iso_number>840</ct5__cty_iso_number>
  <ct5__cty_bpa_region>NORTH AMERICA</ct5__cty_bpa_region>
  <ct5__cty_do_not_sell>0</ct5__cty_do_not_sell>
  <ct5__cty_dyn_key>82b095b3-c816-4e03-9061-66d54be8261a</ct5__cty_dyn_key>
  <ct5__cty_dyn_key_2>8268f5bb-fd87-4497-b2e0-2d22ed7661d5</ct5__cty_dyn_key_2>
</Business_Fax_Country>
<Business_Fax_XRef>
  <cfx_key>2e2179ab-7f32-4cc3-9466-0c8464617bce</cfx_key>
  <cfx_cst_key>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</cfx_cst_key>
  <cfx_fax_key>c71120d8-a77f-467b-8aba-d41f5dcfcb81</cfx_fax_key>
  <cfx_fxt_key>6e87e930-a750-4361-a15a-c1f55fa46244</cfx_fxt_key>
  <cfx_add_user>dhopkins</cfx_add_user>
  <cfx_add_date>1/12/2012 4:54:40 PM</cfx_add_date>
  <cfx_delete_flag>0</cfx_delete_flag>
  <cfx_key_ext>2e2179ab-7f32-4cc3-9466-0c8464617bce</cfx_key_ext>
  <cfx_unlisted_flag>0</cfx_unlisted_flag>
  <cfx_fax_number_complete>(777)555-2222</cfx_fax_number_complete>
  <cfx_primary>1</cfx_primary>
  <cfx_owner>1</cfx_owner>
</Business_Fax_XRef>
<Home_Address>
  <ad2__adr_key>c11b5346-706f-4532-b299-0662b7c13f01</ad2__adr_key>
  <ad2__adr_cst_key_owner>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</ad2__adr_cst_key_owner>
  <ad2__adr_line1>31 Elm St</ad2__adr_line1>
  <ad2__adr_city>Arlington</ad2__adr_city>
  <ad2__adr_state>VA</ad2__adr_state>
  <ad2__adr_post_code>22042</ad2__adr_post_code>
  <ad2__adr_city_state_code>Arlington, VA  22042</ad2__adr_city_state_code>
  <ad2__adr_country>UNITED STATES</ad2__adr_country>
  <ad2__adr_add_date>01/12/2012</ad2__adr_add_date>
  <ad2__adr_add_user>dhopkins</ad2__adr_add_user>
  <ad2__adr_delete_flag>0</ad2__adr_delete_flag>
  <ad2__adr_key_ext>c11b5346-706f-4532-b299-0662b7c13f01</ad2__adr_key_ext>
  <ad2__adr_bad_address_flag>0</ad2__adr_bad_address_flag>
  <ad2__adr_no_validation_flag>0</ad2__adr_no_validation_flag>
</Home_Address>
<Home_Address_Country>
  <ct2__cty_code>UNITED STATES</ct2__cty_code>
  <ct2__cty_add_date>12/05/2001</ct2__cty_add_date>
  <ct2__cty_add_user>XMEN\tward</ct2__cty_add_user>
  <ct2__cty_change_date>11/01/2011</ct2__cty_change_date>
  <ct2__cty_change_user>jpieron</ct2__cty_change_user>
  <ct2__cty_delete_flag>0</ct2__cty_delete_flag>
  <ct2__cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</ct2__cty_key>
  <ct2__cty_key_ext>bc4b70f8-280e-4bb0-b935-9f728c50e183</ct2__cty_key_ext>
  <ct2__cty_long_name>United States of America</ct2__cty_long_name>
  <ct2__cty_fips_code>US</ct2__cty_fips_code>
  <ct2__cty_status>independent</ct2__cty_status>
  <ct2__cty_capital>Washington, DC</ct2__cty_capital>
  <ct2__cty_idd_code>001</ct2__cty_idd_code>
  <ct2__cty_srg_key>50e354e2-077a-4bd4-8219-5188a562795d</ct2__cty_srg_key>
  <ct2__cty_postal_input_mask>regex:\d{5}(-\d{4})?</ct2__cty_postal_input_mask>
  <ct2__cty_phone_input_mask>^(\d{3})(\d{3})(\d{4})$~($1)$2-$3</ct2__cty_phone_input_mask>
  <ct2__cty_currency_code>USD</ct2__cty_currency_code>
  <ct2__cty_currency_code_description>U.S. Dollar</ct2__cty_currency_code_description>
  <ct2__cty_vat_flag>0</ct2__cty_vat_flag>
  <ct2__cty_iso_2>US</ct2__cty_iso_2>
  <ct2__cty_iso_3>USA</ct2__cty_iso_3>
  <ct2__cty_do_not_ship>0</ct2__cty_do_not_ship>
  <ct2__cty_iso_number>840</ct2__cty_iso_number>
  <ct2__cty_bpa_region>NORTH AMERICA</ct2__cty_bpa_region>
  <ct2__cty_do_not_sell>0</ct2__cty_do_not_sell>
  <ct2__cty_dyn_key>82b095b3-c816-4e03-9061-66d54be8261a</ct2__cty_dyn_key>
  <ct2__cty_dyn_key_2>8268f5bb-fd87-4497-b2e0-2d22ed7661d5</ct2__cty_dyn_key_2>
</Home_Address_Country>
<Home_Address_XRef>
  <cx2__cxa_cst_key>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</cx2__cxa_cst_key>
  <cx2__cxa_adr_key>c11b5346-706f-4532-b299-0662b7c13f01</cx2__cxa_adr_key>
  <cx2__cxa_add_date>01/12/2012</cx2__cxa_add_date>
  <cx2__cxa_add_user>dhopkins</cx2__cxa_add_user>
  <cx2__cxa_change_date>01/12/2012</cx2__cxa_change_date>
  <cx2__cxa_change_user>dhopkins</cx2__cxa_change_user>
  <cx2__cxa_delete_flag>0</cx2__cxa_delete_flag>
  <cx2__cxa_key>24b1404f-dac1-40f7-93d4-81260b878751</cx2__cxa_key>
  <cx2__cxa_key_ext>24b1404f-dac1-40f7-93d4-81260b878751</cx2__cxa_key_ext>
  <cx2__cxa_on_hold_flag>0</cx2__cxa_on_hold_flag>
  <cx2__cxa_adt_key>f71f631c-1fff-4f18-a249-fb4cba84d0c0</cx2__cxa_adt_key>
  <cx2__cxa_mailing_label>Big Bird 31 Elm St Arlington, VA 22042</cx2__cxa_mailing_label>
  <cx2__cxa_mailing_label_html>Big Bird&lt;br>31 Elm St&lt;br>Arlington, VA 22042</cx2__cxa_mailing_label_html>
  <cx2__cxa_primary>0</cx2__cxa_primary>
  <cx2__cxa_owner>1</cx2__cxa_owner>
  <cx2__cxa_billing>1</cx2__cxa_billing>
  <cx2__cxa_create_change_log>0</cx2__cxa_create_change_log>
</Home_Address_XRef>
<Home_Phone>
  <ph2__phn_cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</ph2__phn_cty_key>
</Home_Phone>
<Home_Phone_Country/>
<Home_Phone_XRef>
  <cp2__cph_pht_key>67b3c5a6-def9-443d-bdfd-d86fb1bde6ce</cp2__cph_pht_key>
  <cp2__cph_primary>0</cp2__cph_primary>
  <cp2__cph_owner>0</cp2__cph_owner>
</Home_Phone_XRef>
<Home_Fax>
  <fa2__fax_cty_key>bc4b70f8-280e-4bb0-b935-9f728c50e183</fa2__fax_cty_key>
</Home_Fax>
<Home_Fax_Country/>
<Home_Fax_XRef>
  <cf2__cfx_fxt_key>6e87e930-a750-4361-a15a-c1f55fa46244</cf2__cfx_fxt_key>
  <cf2__cfx_primary>0</cf2__cfx_primary>
  <cf2__cfx_owner>0</cf2__cfx_owner>
</Home_Fax_XRef>
<Individual_Custom_Demographics/>
<Social_Links>
  <cel_key>3f666a28-12c5-462a-8af6-73937ff23e5e</cel_key>
  <cel_cst_key>711ddf48-fcbf-4bf8-8f01-d80f2e383a36</cel_cst_key>
  <cel_add_user>nbandyk</cel_add_user>
  <cel_add_date>01/03/2012</cel_add_date>
  <cel_delete_flag>0</cel_delete_flag>
  <cel_key_ext>3f666a28-12c5-462a-8af6-73937ff23e5e</cel_key_ext>
</Social_Links>
<source_code>
  <src_code>1017 Mark src code-4df</src_code>
  <src_add_date>11/01/2011</src_add_date>
  <src_add_user>agallion</src_add_user>
  <src_delete_flag>0</src_delete_flag>
  <src_key>802dafe0-b9c0-4f92-8584-3280de5d4e3f</src_key>
  <src_type>Marketing</src_type>
  <src_key_ext>802dafe0-b9c0-4f92-8584-3280de5d4e3f</src_key_ext>
  <src_act_key>7f5f514e-fc8f-4822-b8a7-1c5a217c861e</src_act_key>
  <src_asg_key>7a0f2233-862c-477d-9947-2943ac3db52b</src_asg_key>
  <src_placeholder_value>{*fun_code}</src_placeholder_value>
  <src_src_key>5e5a6423-e75f-41c4-b801-f6d53f348bc4</src_src_key>
</source_code>
Was this article helpful?
0 out of 0 found this helpful