Allow for single quotes in vicidial_list and custom_ data fields
Added db schema version mismatch warning in System Settings git-svn-id: svn://192.168.202.10@2301 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
+4
-1
@@ -1,4 +1,4 @@
|
||||
AGENT API DOCUMENT Started: 2008-07-03 Updated: 2014-06-19
|
||||
AGENT API DOCUMENT Started: 2008-07-03 Updated: 2015-03-13
|
||||
|
||||
This document describes the functions of an API(Application Programming Interface)
|
||||
for the VICIDIAL Agent screen. This functionality will be rather limited at first
|
||||
@@ -436,6 +436,9 @@ LEAD DATA (must populate at least one)
|
||||
rank
|
||||
owner
|
||||
|
||||
NOTES:
|
||||
- most special characters are not allowed, but single quotes are
|
||||
|
||||
EXAMPLE URLS:
|
||||
http://server/agc/api.php?source=test&user=6666&pass=1234&function=update_fields&agent_user=6666&vendor_lead_code=1234567&address1=
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
NON-AGENT API DOCUMENT Started: 2008-07-24 Updated: 2015-03-09
|
||||
NON-AGENT API DOCUMENT Started: 2008-07-24 Updated: 2015-03-13
|
||||
|
||||
This document describes the functions of an API(Application Programming
|
||||
Interface) for all functions NOT directly relating to the VICIDIAL Agent screen.
|
||||
@@ -100,6 +100,7 @@ Changes:
|
||||
150123-1611 - Fixed issue with list local call times and add_lead
|
||||
150217-1404 - archive deleted callbacks to vicidial_callbacks_archive table
|
||||
150309-0250 - Added ability to use urlencoded web form addresses
|
||||
150313-0818 - Allow for single quotes in vicidial_list and custom data fields
|
||||
|
||||
|
||||
API Functions use the 'function' variable
|
||||
@@ -724,7 +725,7 @@ owner - 1-20 characters (user ID, Territory or user group)
|
||||
called_count - digits only, the number of attempts dialing the lead
|
||||
NOTES:
|
||||
- in order to set a field to empty('') set it equal to --BLANK--, i.e. "&province=--BLANK--"
|
||||
- please use no special characters like apostrophes, quotes or amphersands
|
||||
- please use no special characters like apostrophes, double-quotes or amphersands
|
||||
|
||||
Example URL strings for API calls:
|
||||
http://server/vicidial/non_agent_api.php?source=test&user=6666&pass=1234&function=update_lead&lead_id=27&last_name=SMITH
|
||||
|
||||
Reference in New Issue
Block a user