donwloadHistory element
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<donwloadHistory>
<accountId>...</accountId>
<userName>...</userName>
<email>...</email>
<address>...</address>
<anonymous>...</anonymous>
<protocol>...</protocol>
<downloadTimestamp>...</downloadTimestamp>
<fileName>...</fileName>
<fileSize>...</fileSize>
<fileContentType>...</fileContentType>
</donwloadHistory>
Example JSON
{
"accountId" : "...",
"userName" : "...",
"email" : "...",
"address" : "...",
"anonymous" : false,
"protocol" : "...",
"downloadTimestamp" : ...,
"fileName" : "...",
"fileSize" : ...,
"fileContentType" : "..."
}