Below is the xml with which I'm trying to delete voucher in tally:
<envelope>
<header>
<version>
1
</version>
<tallyrequest>
Import
</tallyrequest>
<type>
Data
</type>
<id>
Vouchers
</id>
</header>
<desc>
</desc>
<data>
<tallymessage>
<voucher action="Delete" date="01-Jan-2019" tagname="Voucher Number" tagvalue="3" vchtype="Journal">
</voucher>
</tallymessage>
</data>
</envelope>
But I'm getting this error on posting the xml although voucher number 3 with date 2019-01-01 is present in tally:
<ENVELOPE> <HEADER> <VERSION>1</VERSION> <STATUS>0</STATUS> </HEADER> <BODY> <DATA> DESC not found </DATA> </BODY> </ENVELOPE>
Earlier the xml was working. For some reason it's not working now.