Search
Page 1 of 1 (5 items)
-
I tried this. Had to remove "EntityType" which is a field that doesn't support Add. Then it worked fine.
-
Ah! That makes sense, thanks.
No, what I put into Addr1 didn't move to Addr2, I was testing with Addr1 and Addr2, Addr1 disappeared (or sometimes got replaced by CompanyName) and Addr2 stayed put.
Perhaps you can just advise me on how to do what I need to do.
Via the API, what I'm trying to add is a Lead, not a Customer.
The lead ...
-
I can duplicate this at will.
It goes like this (in all examples below, assume additional fields for valid strCompanyAccount, strLogin and strPassword, also assume that my actual code syntax is correct with all proper quotes and so on):
I use MethodAPIInsert to insert a record into the Customer table, with the following field/values:
Name ...
-
Thanks I had missed that the strSessionId parameter was required. The documentation states
"If you know the unique current SessionID of a signed in user, you can pass this instead of strPassword", which makes it sound like an optional parameter, whereas in fact it has to be passed always, at least as an empty string.
I added ...
-
Hi,
I am using PHP to access the API webservice.
First attempt:
$soap = new SoapClient("https://www.methodintegration.com/MethodAPI/service.asmx?WSDL", array('trace' => true));
$result = $soap->MethodAPITableListV2(array( "strCompanyAccount" => "mycompany", ...
Page 1 of 1 (5 items)
|
|
|