Request Sample for Delta Export

The following is the request sample for delta export:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.tibco.com/ac/services/fcservices/wsdl/2.0">
	<soapenv:Header/>
	<soapenv:Body>
		<ns:ExportDataRequest>
			<!--Optional:-->
			<ns:UserInfo>
				<ns:UserName>admin</ns:UserName>
				<ns:Password>admin</ns:Password>
				<ns:Enterprise>FC400</ns:Enterprise>
			</ns:UserInfo>
 			<ns:DeltaExport>
				<!--Optional:-->
				<ns:SnapshotStartTimestamp>2017-04-10T16:45:06</ns:SnapshotStartTimestamp>
				<!--Optional:-->
				<ns:SnapshotEndTimestamp>2017-04-10T20:45:06</ns:SnapshotEndTimestamp>
			</ns:DeltaExport>
		</ns:ExportDataRequest>
	</soapenv:Body>
</soapenv:Envelope>