Non-Agent API - Some custom fields not inserting
Posted: Fri Jan 08, 2021 11:46 am
I've been using non-agent api for some time now, and it works fine with the default fields. However, when I tried to use custom fields, some of the fields are not inserted into the custom_<list_id> table.
http://www.vicidial.org/docs/NON-AGENT_API.txt
My query string are as shown below:
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?
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?