<?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>Search results by user ID 80385</title><link>http://forums.method.me/cs/search/SearchResults.aspx?o=DateDescending&amp;u=80385</link><description>Search results by user ID 80385</description><dc:language>en-US</dc:language><generator>CommunityServer 2007.1 SP2 (Build: 31113.47)</generator><item><title>Re: API Limits - How to Manage and Coordinate API Processes?</title><link>http://forums.method.me/cs/forums/p/12847/36915.aspx#36915</link><pubDate>Tue, 07 Nov 2023 20:05:45 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:36915</guid><dc:creator>sp9001</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;This looks like daily limits, is there a way to see the per minute transaction limits?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Re: Best Practices for recording and applying payment to invoices</title><link>http://forums.method.me/cs/forums/p/12923/36914.aspx#36914</link><pubDate>Tue, 07 Nov 2023 19:59:23 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:36914</guid><dc:creator>sp9001</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Can you send me some examples of this being done succesfully?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Weird float problem with Invoices</title><link>http://forums.method.me/cs/forums/p/12978/36913.aspx#36913</link><pubDate>Tue, 07 Nov 2023 19:17:40 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:36913</guid><dc:creator>sp9001</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start"&gt;We&amp;#39;re sending invoices to method and the infromation is changing after we send. I&amp;#39;m not sure why.&lt;span id="mce_1_start"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;------------------&lt;span id="mce_6_start"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Subtotal: Sent as a string with a different value, received as an integer (&amp;quot;6815.00&amp;quot; vs 4590).&lt;/p&gt;
&lt;p&gt;SalesTaxTotal: Sent as a string with a different value, received as a float (&amp;quot;885.95&amp;quot; vs 596.7).&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;These are two items that I&amp;#39;m not sure about. I dont know why they are changing in value, I understand changing type, but the number should at least be the same. Does method have any logging for this sort of thing that I can get access to so I can figure this out?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item><item><title>Best Practices for recording and applying payment to invoices</title><link>http://forums.method.me/cs/forums/p/12923/36851.aspx#36851</link><pubDate>Wed, 26 Jul 2023 01:10:28 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:36851</guid><dc:creator>sp9001</dc:creator><description>&lt;p&gt;When we collect payment on an invoice through our website is there a better way to apply payment than to post a payment record to payments and then link the invoice ID and the payment ID with an applypaymenttxn record?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Sorry applypaymenttxn&amp;nbsp; might not be the exact table but its something like that.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Or is there another endpoint I should be using?&lt;/p&gt;</description></item><item><title>Multiple records</title><link>http://forums.method.me/cs/forums/p/12873/36790.aspx#36790</link><pubDate>Tue, 02 May 2023 14:27:42 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:36790</guid><dc:creator>sp9001</dc:creator><description>&lt;p&gt;Since there is a 50 record limit when initially creating say an invoice, and invoice lines, whats the best way to insert the rest of the lines?&lt;/p&gt;
&lt;p&gt;Are you able to just include 50 more lines as a single transaction to the invoiceline endpoint or do I need to do a separate transaction for each line?&lt;/p&gt;</description></item><item><title>Re: Recorded Payment Deposit Account</title><link>http://forums.method.me/cs/forums/p/12839/36754.aspx#36754</link><pubDate>Mon, 13 Mar 2023 00:48:09 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:36754</guid><dc:creator>sp9001</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;I&amp;#39;ve updated the field, but it did not seem to make a difference. Is there something else I need to update along with it?&lt;/span&gt;&lt;/p&gt;</description></item><item><title>Recorded Payment Deposit Account</title><link>http://forums.method.me/cs/forums/p/12839/36746.aspx#36746</link><pubDate>Mon, 06 Mar 2023 02:01:05 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:36746</guid><dc:creator>sp9001</dc:creator><description>&lt;p&gt;I&amp;#39;m looking for some best practices for changing the deposit account used when someone does an online payment to an invoice.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve found in the payment app where it searches the paymentgateway table and tries to grab the&amp;nbsp;DepositToAccount - RecordID, is it safe to just update that table record or is there a better way to update it?&lt;/p&gt;</description></item><item><title>Re: API POST Contact / Not OtherName</title><link>http://forums.method.me/cs/forums/p/12821/36730.aspx#36730</link><pubDate>Wed, 08 Feb 2023 02:07:25 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:36730</guid><dc:creator>sp9001</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Fantastic, thanks for the clarification. I really appreciate your help with tis&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src="http://forums.method.me/cs/emoticons/emotion-19.gif" alt="Party!!!" /&gt;&lt;/p&gt;</description></item><item><title>Re: API POST Contact / Not OtherName</title><link>http://forums.method.me/cs/forums/p/12821/36723.aspx#36723</link><pubDate>Sun, 05 Feb 2023 02:46:49 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:36723</guid><dc:creator>sp9001</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;Ok I think the problem I was running into was that I was hitting the Contact end point, and nothing was happening. But I hit the customer end point and it will make the entity, and the contact at the same time?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is that similar if I am making a new customer from an action set? Do I create a new record in the customer table instead of the contact or entity table?&lt;/p&gt;</description></item><item><title>Re: API POST Contact / Not OtherName</title><link>http://forums.method.me/cs/forums/p/12821/36719.aspx#36719</link><pubDate>Fri, 03 Feb 2023 03:45:24 GMT</pubDate><guid isPermaLink="false">3393c1ec-311b-4812-96cb-ad8c611bba4f:36719</guid><dc:creator>sp9001</dc:creator><description>&lt;p&gt;&lt;span id="mce_0_start" style="overflow:hidden;"&gt;I&amp;#39;m sorry. I guess then what I&amp;#39;m trying to do is create a new entity that does not set it self as the type &amp;quot;OtherName&amp;quot;&lt;span id="mce_1_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;When I post to the entity end point say this data&lt;/p&gt;
&lt;p&gt;{&lt;br /&gt; &amp;quot;Name&amp;quot;: &amp;quot;Prime Ribs&amp;quot;,&lt;br /&gt; &amp;quot;FullName&amp;quot;: &amp;quot;Prime Ribs&amp;quot;,&lt;br /&gt; &amp;quot;EntityType&amp;quot;: &amp;quot;Customer&amp;quot;,&lt;br /&gt; &amp;quot;IsActive&amp;quot;: true,&lt;br /&gt; &amp;quot;Sublevel&amp;quot;: 0,&lt;br /&gt; &amp;quot;CompanyName&amp;quot;: &amp;quot;Prime Ribs&amp;quot;,&lt;br /&gt; &amp;quot;NameOnCard&amp;quot;: &amp;quot;Prime Ribs&amp;quot;,&lt;br /&gt; &amp;quot;NameOnCheck&amp;quot;: &amp;quot;Solis Foods&amp;quot;,&lt;br /&gt; &amp;quot;TenantID&amp;quot;: 1,&lt;br /&gt; &amp;quot;Currency&amp;quot;: &amp;quot;CAD&amp;quot;,&lt;span id="mce_2_start" style="overflow:hidden;"&gt;&lt;/span&gt;&lt;br /&gt; &amp;quot;Currency_RecordID&amp;quot;: 196&lt;br /&gt;}&lt;/p&gt;
&lt;p&gt;It comes back like this&lt;/p&gt;
&lt;p&gt;{&lt;br /&gt; &amp;quot;RecordID&amp;quot;: 305,&lt;br /&gt; &amp;quot;Name&amp;quot;: &amp;quot;Prime Ribs&amp;quot;,&lt;br /&gt; &amp;quot;FullName&amp;quot;: &amp;quot;Prime Ribs&amp;quot;,&lt;br /&gt; &amp;quot;EntityType&amp;quot;: &amp;quot;OtherName&amp;quot;,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;How can I create a new customer type, and not Entity type?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;</description></item></channel></rss>