<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic API to change customer profile email address in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-to-change-customer-profile-email-address/m-p/16394#M9255</link>
    <description>Hello, From time to time, our customers change their email addresses. How do I update their Authorize.Net profile through the SOAP API? Thank you, Craig</description>
    <pubDate>Mon, 22 Aug 2011 18:37:25 GMT</pubDate>
    <dc:creator>radicalcraig</dc:creator>
    <dc:date>2011-08-22T18:37:25Z</dc:date>
    <item>
      <title>API to change customer profile email address</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-to-change-customer-profile-email-address/m-p/16394#M9255</link>
      <description>Hello, From time to time, our customers change their email addresses. How do I update their Authorize.Net profile through the SOAP API? Thank you, Craig</description>
      <pubDate>Mon, 22 Aug 2011 18:37:25 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-to-change-customer-profile-email-address/m-p/16394#M9255</guid>
      <dc:creator>radicalcraig</dc:creator>
      <dc:date>2011-08-22T18:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: API to change customer profile email address</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-to-change-customer-profile-email-address/m-p/16400#M9258</link>
      <description>Hello, I found an extra couple of brain cells and got it working. Posting my efforts for any others who might end up here. This is C# code in .Net 3.5. //Get the profile record ArbApiSoap.GetCustomerProfileResponseType readProfile = Service.GetCustomerProfile(MerchantAuthentication, customer.AuthorizeDotNetCustomerProfileID); //Create a "write" profile record ArbApiSoap.CustomerProfileExType writeProfile = new CustomerProfileExType(); //Make the "write" look like the "read" writeProfile.customerProfileId = readProfile.profile.customerProfileId; writeProfile.description = readProfile.profile.description; writeProfile.email = customer.Email; writeProfile.merchantCustomerId = readProfile.profile.merchantCustomerId; //Update the profile ArbApiSoap.UpdateCustomerProfileResponseType resp = Service.UpdateCustomerProfile(MerchantAuthentication, writeProfile); //Act on "resp"...</description>
      <pubDate>Mon, 22 Aug 2011 20:14:12 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-to-change-customer-profile-email-address/m-p/16400#M9258</guid>
      <dc:creator>radicalcraig</dc:creator>
      <dc:date>2011-08-22T20:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: API to change customer profile email address</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-to-change-customer-profile-email-address/m-p/16414#M9265</link>
      <description>&lt;P&gt;Use the Insert Code option (icon 5th from the left under Rich Text).&lt;/P&gt;</description>
      <pubDate>Mon, 22 Aug 2011 23:21:51 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/API-to-change-customer-profile-email-address/m-p/16414#M9265</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-08-22T23:21:51Z</dc:date>
    </item>
  </channel>
</rss>

