API addrecords: Can I send ticket # generated in the response sent back ?
Hi Guys,
When I try to create a ticket in Zoho using addrecords API, the ticket is being created and below is the response.xml we get.
<?xml version="1.0" encoding="UTF-8" ?><response uri="/api/xml/requests/addrecords"><result><responsecode>2001</responsecode><responsedata><Cases><fl val="Status">Record(s) added successfully</fl><fl val="Time">2017-06-07 16:13:53</fl><record no="1"><id>1235446564564645546</id><info><![CDATA[Test Ticket 2]]></info></record></Cases></responsedata></result></response>
Can't we sent back the Ticket details back in the response sent ?
Please help !
Thank You !