kmm2908 Posted March 1, 2012 Share Posted March 1, 2012 When adding a client via the API, whmcs is not accepting the following: Client not added!!! Client submit array: Array ( [firstname] => q [lastname] => q [companyname] => q => q@q.com [address1] => q [address2] => q [city] => q [state] => q [postcode] => q [country] => 9 [phonenumber] => q [password2] => 111111 ) Client submit array: Array ( [firstname] => q [lastname] => q [companyname] => q => q@q.com [address1] => q [address2] => q [city] => q [state] => q [postcode] => q [country] => 9 [phonenumber] => q [password2] => 111111 ) Client ID: But it will accept these client details if i enter them manually from the admin menu. 2 questions if anyone can help: 1. Why would API not accept new client but manual system would? 2. How can I find the reason why API did not accept? There is not a return error message according to documentation. Thanks in advance! 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted March 4, 2012 Share Posted March 4, 2012 var_dump the returned data from the API command. 0 Quote Link to comment Share on other sites More sharing options...
rosscoD Posted May 7, 2012 Share Posted May 7, 2012 Same problem for me. Seems to accept things only now again. Why? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.