Mru(most recent update)Header API Call
SOAP Header called mruUpdate is used to update most recent update record in the Recent Item Section. By default false. If you want to see the recent record in the recent item section then you need to sent that flag to TRUE.
SOAP Request XML:
<urn:MruHeader> <urn:updateMru>true</urn:updateMru> </urn:MruHeader>
Sample Code JAVA or .Net:
connection.setMruHeader(true);
0 Comments