Search
-
Is there any update on this?
-
I'm testing out using the Customer Portal feature in the Method Integration so that my customers can view their invoices and account details. The feature works great, but I'd love it if I could customize this feature to be able to add payments as a feature. It looks like printing an invoice is pretty straight forward, so customers could ...
-
Peter,
Looks good! Thanks a ton! i just found out another good practice for using nusoap. I found some documentation that recommmends using the nusoap_client constructor in case the PHP install has both SoapClient and Nusoap installed, that way you know you're getting the right object!
I.e. $client = new ...
-
I noticed tempuri.org on your production WSDL in many places. Might be worth updating.
See: http://en.wikipedia.org/wiki/Tempuri
-
Do any API respones return data of the tns:ArrayOfString type. I need to see how the envelope is formed and I only API requests envelopes that adhere to that spec.
-
I just looked out at my outbound SOAP envelope and it looks like ...
-
Ryan,
Could please be more specific with the solution youre suggesting. I'm under the "Customize" tab and I dont see
I've logged in done the following steps:
Click "Customize" in the top tab bar.
Click "Tables/Fields" in the sub tab bar.
And I don't see "AddEditWorkOrder" in the list ...
-
Hello,
I'm experimenting with the API and wanted to just
browse some of the data in some of tables. To put it more simply, I'd
like to run the equivalent of this SQL query over the API.
Select Name from Customers limit 5;
It
looks like I should be using the MethodAPISelect_XML to accomplish
this. In the documentation I see some ...
-
Paul.
Thanks for the response. I think I see what youre saying, but I dont know if it applies here. PHP arrays natively assign indexing without construction arguments (i.e. default sizing), so when I say
$fieldArray = array('Name');
I've just created an arrray with one element indexed at position 0. So
echo $fieldArray[0];
would ...
-
Paul,
Thanks for your quick response. So far, I'm finding the API
pretty nice to work with, but I haven't quite gotten my customer insert
test to work yet. Here's a block of my code in PHP. Please note that I
noticed all of your code samples were in VB and ASP.NET, so once my project
is complete, I'd be glad to post my code so ...
|
|
|