- Edited
Hi Everyone,I am trying to create a ticket via the API but I cannot load custom data that is in a list.Below is my XML<?xml version="1.0" encoding="UTF-8"?><ticket alert="false" autorespond="false" source="API"> <name>John Smith</name> <email>johnsmith@email.com</email> <subject>API Test 3</subject> <phone>123456789</phone> <topicId>1</topicId> <message type="text/plain">Testing API</message> <fixedquote>100</fixedquote> <chargetype>1,Chargeable</chargetype> <ip>10.10.10.10</ip></ticket>chargetype is a list field and has two optionsChargeableNon ChargeableIn the database table these two values are represented like:1,Chargeable2,Non ChargeableI have tried using 1,Chargeable and Chargeable and 1.Any assistance would be greatly appreciated.Ben