http://www.vicidial.org/docs/NON-AGENT_API.txt
My query string are as shown below:
- Code: Select all
custom_fields=Y&ip_address=www.xxx.yyy.zzz&subid=qwerty&subsubid=zxcvb&insertdate=2021-01-08&inserttime=1000H&pain_location=joint
Only ip_address, subid, subsubid & insertdate are stored. inserttime & pain_location is not inserted into the custom_<list_id> table. I've checked the column name on the custom fields table, it matches the query string parameters.
Is there something that I've missed out, or limitations of non-agent api that I'm not aware of perhaps?