Actions
XML message format¶
<?xml version="1.0" encoding="utf-8"?>
<SyncData xmlns="urn:sync-schema">
<tab n="documents">
<ins></ins>
<upd>
<r>
<docId><![CDATA[2]]></docId>
<docName><![CDATA[Document 2]]></docName>
<docSize><![CDATA[75541]]></docSize>
<docDate><![CDATA[2014-02-13 00:00:00]]></docDate>
<docValue1><![CDATA[665]]></docValue1>
<RowId><![CDATA[2c93d64e-cc72-11e3-87e0-f82fa8e587f9]]></RowId>
</r>
</upd>
</tab>
<tab n="entities">
<ins>
<r>
<entId><![CDATA[25010]]></entId>
<entName><![CDATA[one]]></entName>
<entAddress><![CDATA[street]]></entAddress>
<entEnabled><![CDATA[1]]></entEnabled>
<RowId><![CDATA[]]></RowId>
</r>
</ins>
<upd></upd>
</tab>
<tab n="users">
<ins></ins>
<upd></upd>
</tab>
<delete></delete>
</SyncData>
Updated by Tomek Dziemidowicz over 5 years ago · 1 revisions
Go to top