Added phone_code as modifiable field in update_lead function in the Non-Agent API
git-svn-id: svn://192.168.202.10@3442 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
NON-AGENT API DOCUMENT Started: 2008-07-24 Updated: 2021-04-06
|
||||
NON-AGENT API DOCUMENT Started: 2008-07-24 Updated: 2021-05-17
|
||||
|
||||
This document describes the functions of an API(Application Programming
|
||||
Interface) for all functions NOT directly relating to the VICIDIAL Agent screen.
|
||||
@@ -186,6 +186,8 @@ Changes:
|
||||
210401-1058 - Added 'custom_fields_update' option for update_list function
|
||||
210402-1102 - Added 'custom_fields_delete' option for update_list function
|
||||
210406-1047 - Added 'dialable_count' option to list_info function
|
||||
210517-1850 - Added phone_code as modifiable field in update_lead function
|
||||
|
||||
|
||||
API Functions use the 'function' variable
|
||||
|
||||
@@ -1141,6 +1143,7 @@ comments - 1-255 characters
|
||||
rank - 1-5 digits
|
||||
owner - 1-20 characters (user ID, Territory or user group)
|
||||
called_count - digits only, the number of attempts dialing the lead
|
||||
phone_code - digits only, can be 1-4 digits
|
||||
entry_list_id - WARNING! ONLY USE IF YOU KNOW WHAT YOU ARE DOING, CAN BREAK CUSTOM FIELDS! (must be all numbers, 3-12 digits, will not work if custom_fields is set to Y)
|
||||
force_entry_list_id - WARNING! ONLY USE IF YOU KNOW WHAT YOU ARE DOING, CAN BREAK CUSTOM FIELDS! (must be all numbers, 3-12 digits, will override entry_list_id to this value in all custom fields queries executed by this command)
|
||||
NOTES:
|
||||
|
||||
Reference in New Issue
Block a user