This content has been marked as final.
Show 3 replies
-
1. Re: bugs in BC CRM web service need to be fix (Server was unable to process request ERROR: A server error has occured)
TheBCMan Jul 28, 2014 1:04 AM (in response to hijjawia)The API XML is case sensitive, note the caps on the I in ID and your code.
<siteId>int</siteId>
-
2. Re: bugs in BC CRM web service need to be fix (Server was unable to process request ERROR: A server error has occured)
GrantDG Jul 28, 2014 8:06 PM (in response to TheBCMan)Perhaps it would be good to update the sample request as shown on the Developer reference page for this method (and, actually ALL of the SOAP samples)
The sample shows siteid (all lower case)
-
3. Re: bugs in BC CRM web service need to be fix (Server was unable to process request ERROR: A server error has occured)
TheBCMan Jul 28, 2014 9:12 PM (in response to GrantDG)Yes the sample is wrong, this documentation is all new previous to this it was a trial an error experience... I just use the samples from the methods page.

