POST v2/api/Router/OfflineContent/ReportAllContentsDownloadStatus
Request Information
URI Parameters
None.
Body Parameters
AllContentsDownloadStatus| Name | Description | Type | Additional information | 
|---|---|---|---|
| Progress | Dictionary of integer [key] and decimal number [value] | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "Progress": {
    "1": 2.1,
    "3": 4.1
  }
}
        application/xml, text/xml
            Sample:
        
<AllContentsDownloadStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Neocontrol.API.ViewModels">
  <Progress xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:KeyValueOfintfloat>
      <d2p1:Key>1</d2p1:Key>
      <d2p1:Value>2.1</d2p1:Value>
    </d2p1:KeyValueOfintfloat>
    <d2p1:KeyValueOfintfloat>
      <d2p1:Key>3</d2p1:Key>
      <d2p1:Value>4.1</d2p1:Value>
    </d2p1:KeyValueOfintfloat>
  </Progress>
</AllContentsDownloadStatus>
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
            Sample:
                    
Sample not available.