<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.method.me/cs/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Method:API Q&amp;A</title><link>http://forums.method.me/cs/forums/15.aspx</link><description>Ask questions specific to the MethodAPI from the Method Team and other Method users.</description><dc:language>en</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: Edit Customer Field</title><link>http://forums.method.me/cs/forums/thread/25793.aspx</link><pubDate>Thu, 12 Feb 2015 15:21:39 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:25793</guid><dc:creator>Method_Alexander</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/25793.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=25793</wfw:commentRss><description>&lt;p&gt;&lt;span style="overflow:hidden;"&gt;Hello,&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;You need to use&amp;nbsp;MethodAPIUpdateV2 to set&amp;nbsp;IsLeadStatusOnly to false where the RecordID matches the lead you want to convert into a customer. Here&amp;rsquo;s some sample c# code that does this:&lt;/div&gt;
&lt;p&gt;&lt;span style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span style="font-family:Calibri, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var MAPIsvc = new MethodAPIService.Service();&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:Calibri, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; string account = txtAccountName.Text;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:Calibri, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; string email = txtLoginEmail.Text;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:Calibri, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; string pwd = txtLoginPassword.Text;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:Calibri, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; string RecordID_To_Update = &amp;quot;446&amp;quot;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:Calibri, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; string tablename = &amp;quot;Customer&amp;quot;;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:Calibri, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; string[ updatefields = &amp;quot;IsLeadStatusOnly&amp;quot;.Split(&amp;#39;,&amp;#39;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:Calibri, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; string[ updatevalues = &amp;quot;false&amp;quot;.Split(&amp;#39;,&amp;#39;);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:Calibri, sans-serif;"&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; txtResponse.Text = MAPIsvc.MethodAPIUpdateV2(account, email, pwd, &amp;quot;&amp;quot;, tablename, updatefields, updatevalues,RecordID_To_Update);&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style="font-family:Calibri, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Edit Customer Field</title><link>http://forums.method.me/cs/forums/thread/25784.aspx</link><pubDate>Wed, 11 Feb 2015 23:37:26 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:25784</guid><dc:creator>StickerBrad</dc:creator><slash:comments>0</slash:comments><comments>http://forums.method.me/cs/forums/thread/25784.aspx</comments><wfw:commentRss>http://forums.method.me/cs/forums/commentrss.aspx?SectionID=15&amp;PostID=25784</wfw:commentRss><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;We are working on API integration for our website and I am trying to find where be able to edit the field ``IsLeadStatusonly`` to false&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Any help would be appreciated&amp;nbsp;&lt;/p&gt;</description></item></channel></rss>