Create |
Return the set of fields of the defined application |
|
Mandatory parameters |
|
sid=parameter
|
Session identifier |
|
op=application.create |
Function to execute |
|
field=value
|
Any field defined as mandatory in the application schema |
|
Optional parameters |
|
field=value
|
Any field not defined as mandatory for the application schema |
|
|
|
|
|
Return if success |
|
status |
ok |
|
record identifier |
The name and the value of the record identifier |
|
Return if error |
|
status |
error |
|
error code |
See list of error codes |
|
error message |
Translated error message |
Create a new record in Leads application:
http://demo.appshore.net/xml.php?&sid=TOKEN&op=leads.create&account_name=VALUE&first_names=VALUE...
Create a new record in Cases application:
http://demo.appshore.net/xml.php?&sid=TOKEN&op=cases.create&subject=VALUE&priority_id=VALUE...
XML return if successful:
XML return if failed:
|