|
|
|
|
|
|
|
Browse by Tags
All Tags » Method API ( RSS)
-
Is there a Method PUSH/API Call limitation of some kind? I'm using a loop action in Method to update a large batch of transactions in a client's QB file. Although the loop action (including pushing updates to QuickBooks) starts off working well, Method stops updating QB after it has already processed...
-
Does anyone know where I can find public information on Method's technical profile such as API documentation, technology utilized, platform, etc? A potential client is asking about it. Thanks in advance.
-
Hi Wayne, You never answered the second half of your original post, and I have the same question. I want to link to a different payment gateway than your options. I understand that it is down on your priority list for now, but is it possible for us to modify the Method API to do this? I have a programmer...
-
I have a question about using the MethodsAPI. Can you tell me what type of response time I should see when i query a methods table like the transaction table. I understand that the returned XML dataset response time will be based on the amount of data I request (number of records and fields requested...
-
WTF iz habbnin! - i'm trying to add an email to method and i started out w/ 5 trys remaining. i've ensured another user in method, and in outlook, i've selected this users email and want to add it to method. but.... won't connect w/ data and so, i'm done doing any integration untill...
-
i found in another post - http://www.methodintegration.com/cs/forums/t/234.aspx?PageIndex=2 - that there were some things neede for the outlook 2003!
-
If you prefer MethodAPISelect_XMLV2, here is a sample code for it also: string result = _methodApi.MethodAPISelect_XMLV2( " CompanyName " , " UserName " , " Password " , "" , " UploadFileTable " , " UploadField , UploadField FileName" , "RecordID...
-
Hi Seny, In order to retrieve the file you can use MethodAPISelect_DatasetV2. Here is a sample code: DataSet ds = new DataSet (); string result = _methodApi.MethodAPISelect_DataSetV2( " CompanyName " , " UserName " , " Password " , "" , ref ds, " UploadFileTable...
-
Hi Seny, We have implemented two new functions to help you insert and update files using MethodAPI - MethodAPIInsertFile and MethodAPIUpdateFile. Hopefully, it will satisfy your request to have file upload in the MethodAPI. Here is a description on how to use it: MethodAPIInsertFile Overview This API...
-
Dear Mikefieldhouse, I am sorry to say that currently, we do not support a synchronization from Method to Outlook. We are looking into possibility to have a full contact synchronization in the near future. We will get back to you as soon as possible with a definite answer. Thank you Victor
|
|
|
|
|
|