Search
-
Okay, I'll definitely try that. I was initally confused because on the info page for this method (https://www.methodintegration.com/MethodAPI/service.asmx?op=MethodAPIInsertV2), you have the SOAP examples first, and then what seems to be a regular HTTP GET/POST.
-
This endpoint is not a RESTful endpoint. You need to wrap your request in a SOAP envelope, which can be done via a post request, but it is better to use a battle tested SOAP library.
This article will give you more context and introduces three different SOAP package for ...
-
Starting yesturday afternoon when we try to email reports through method it seem like there is a long 30-60 muintue delay before they actually get emailed. I'm not seeing a problem with our mail server. Can you pelase look into this?
-
I'm using an HTTP post. Not using a SOAP package, just a standard request library (https://www.npmjs.com/package/request).
Here's the request code:
request.post({
url: `https://www.methodintegration.com/MethodAPI/service.asmx/MethodAPIInsertV2`,
form: {
strCompanyAccount: process.env.METHOD_ACCOUNT,
strLogin: ...
-
How are you calling the method? Are you using any SOAP package in node?
If you share snippet of your code, we might be able to troubleshoot that for you.
-
Hi,
I'm getting this very vague error when trying to create a contact through the API. I think it might have something to do with how I'm sending in the field and value arrays, but I've tried everything and can't figure out what the issue might be.
What's the correct way to send those arrays in Node.js? Is there ...
-
The following updates are now live for users of Method.
New Features
Removed (hide) the Sales Tax Code dropdown from New Contact screens for Customers and Leads for QBO US users only (PL-17635)
Bug Fixes
Fixed an issue with QuickBooks Desktop where Sales Tax Code was showing the same values in Sales Tax Item on the New Contact screen ...
-
The following updates are now live for users of Method.
New Features
Payment Processing has been added to Donations (PL-3674)
Bugs
Fixed an issue with the Donor Pages email templates (PL-15137)
Fixed an issue where the New/Edit Donation screen had missing functions (PL-18086)
Cheers,
Hector
-
The following updates are now live for users of Method.
Bugs
Fixed issue where button colours were not correct in all instances. (PL-17623)
Fixed issue where Select All Records bar was missing from grids. (PL-18656)
Fixed issue where transaction dates are going back by a day for users in Australia (PL-15593)
Fixed an issue where ...
-
The following updates are now live for users of Method.
Bugs
Fixed issue where editable grid change event was being fired twice (PL-17650
Fixed issue where mini calendar icon was missing for the calendar on tablet devices (PL-17160)
Fixed issue where "Select All" yellow banner was not being displayed (PL-18599)
Fixed issue ...
|
|
|