Method Community

 

Search

Page 2 of 17 (163 items) < Previous 1 2 3 4 5 Next > ... Last »
  • Re: Retrieving Invoice Copies (PDF) via REST API

    Hi furrywombat, Is this quickbooks report or a method report? Quickbooks reports you wipe the GeneratedDate and then invoke me of the sync methods (MethodAPIActionSendToDesktop, MethodAPIActionSendToDesktopV2) to generate the report....see http://www.methodintegration.com/cs/forums/t/3009.aspx Method reports get generated on demand....e.g. ...
    Posted to Method:API Q&A (Forum) by Method_David on 10-16-2013
  • Re: Unable to get a response for some V2 API methods using PHP (some work fine)

    Hi dbornet, I think you&#39;re a little confused....the function signatures on the V2-less functions are not the same as the v2 functions...so if you do not pass the right parameters correct behaviour will not happen. I&#39;ll give C# examples below, I write my reponses to a label. MethodAPITableList string XMLToReturn = &quot;&quot;; ...
    Posted to Method:API Q&A (Forum) by Method_David on 10-16-2013
  • Re: PHP SOAP - No cURL repsonese for strWhereClause

    Hi viret56, Sorry about the delay long/rough week. I&#39;ve tried to query using (TxnDate &gt;= &#39;2013-09-23&#39;) AND (TxnDate &lt;= &#39;2013-09-29&#39;) and it works fine for me. There was an an update a few days ago....can you check if the problem still occurs? If it does send me an email with your account name, and table you are trying ...
    Posted to Method:API Q&A (Forum) by Method_David on 10-04-2013
  • Re: Web-to-Lead-Form

    Hi Thomas, I&#39;ve moved this to the appropriate forum to be answered &nbsp; Dave
    Posted to Method:Classic General Q&A (Forum) by Method_David on 10-04-2013
  • Re: HTTP Post an array?

    Hi nsmith_piano Sorry about the delay...rough week... I&#39;m not a python expert but is that the correct way to declare an array in python? Why don&#39;t you declare the array outside your call to form_fields = .... and then just pass the array? &nbsp; Dave
    Posted to Method:API Q&A (Forum) by Method_David on 10-04-2013
  • Re: HTTP Post an array?

    Hi nsmith_piano, It can be done....but without know what language you are using, I&#39;m not sure where to point you. I&#39;m gonna advise in this case you google &#39;HTTP Post an array?&#39;. That should help you find the solution pretty quick. &nbsp; Dave &nbsp; &nbsp;
    Posted to Method:API Q&A (Forum) by Method_David on 09-30-2013
  • Re: PHP SOAP - No cURL repsonese for strWhereClause

    Hi viret56, 2 things come to mind off the top of my head. 1. Does your data actually have records in the date range? 2. Try changing your dates to be YYYY-Mon-DD format,...namely TxnDate &gt;= &#39;2013-Sep-30&#39; AND TxnDate &lt;= &#39;2013-oct-06&#39; to avoid an ambiguity error and your enddate being read as jun 10, 2013 Dave
    Posted to Method:API Q&A (Forum) by Method_David on 09-30-2013
  • Re: API / Multi-Tenancy

    Hi dePIXion, Yes....as long as the multitienant user has api access granted, they should be able to do everything a non-multitenant user&nbsp;with api access does. Dave
    Posted to Method:API Q&A (Forum) by Method_David on 09-24-2013
  • Re: Trouble inserting Notes via API

    Hi Ted Pikul, Has the &#39;Notes&#39; field been added to the customer dashboard screen you are referring to? According to the message you recieved back from the api everything went through no problem....and the API is pretty rigid about throwing errors when something goes wrong. Dave &nbsp;
    Posted to Method:API Q&A (Forum) by Method_David on 09-10-2013
  • Re: eCommerce Integration

    Hi Parker, As LaCrews suggested you will need to create a custom bridge between Magento and Method, that whenever something of interest on the magento side happens interacts with the api to update method and vice&nbsp;-versa&nbsp; The method&nbsp;api documentation is available at ...
    Posted to Method:API Q&A (Forum) by Method_David on 09-03-2013
Page 2 of 17 (163 items) < Previous 1 2 3 4 5 Next > ... Last »