Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
[20-Jan-2012 17:32:06+0200] [webAdmin/#260808] REQUEST: /companies/add 
Array 
( 
	[type] => 10 
	[name] => TESTCOMPANY 
	[id_companies] => 
	[prepaid] => 1 
	[credit] => 0.00 
	... 
)


This log entry includes the full list of the arguments used. However many of them are optional. Try calling the method with the arguments you need and the system will let you know if you are missing any of the arguments.

...