POST digitalDistributionService/digital/distribution/{ownerUserId}/updateDigitalAssetItemsDistributionSetting
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ownerUserId | No documentation available. |
Define this parameter in the request URI. |
| digitalAssetItems | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
[
{
"digitalAssetId": "306a9943-cb5c-4dba-981e-5f92f36b71bb",
"fileName": "sample string 2",
"distributeId": "8b21e836-b27e-420b-9fef-e5e50058d137",
"downloadAbled": true,
"localPrintingAbled": true,
"formatType": 0,
"contentType": "sample string 6",
"allowCopyPaste": true,
"allowOfflineDownload": true,
"action": 0
},
{
"digitalAssetId": "306a9943-cb5c-4dba-981e-5f92f36b71bb",
"fileName": "sample string 2",
"distributeId": "8b21e836-b27e-420b-9fef-e5e50058d137",
"downloadAbled": true,
"localPrintingAbled": true,
"formatType": 0,
"contentType": "sample string 6",
"allowCopyPaste": true,
"allowOfflineDownload": true,
"action": 0
},
{
"digitalAssetId": "306a9943-cb5c-4dba-981e-5f92f36b71bb",
"fileName": "sample string 2",
"distributeId": "8b21e836-b27e-420b-9fef-e5e50058d137",
"downloadAbled": true,
"localPrintingAbled": true,
"formatType": 0,
"contentType": "sample string 6",
"allowCopyPaste": true,
"allowOfflineDownload": true,
"action": 0
}
]
application/xml, text/xml
<ArrayOfDitialAssetItemOfDistribution xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mimeo.Services.MarketplaceConnectService.Models">
<DitialAssetItemOfDistribution>
<Action>Unchanged</Action>
<AllowCopyPaste>true</AllowCopyPaste>
<AllowOfflineDownload>true</AllowOfflineDownload>
<ContentType>sample string 6</ContentType>
<DigitalAssetId>306a9943-cb5c-4dba-981e-5f92f36b71bb</DigitalAssetId>
<DistributeId>8b21e836-b27e-420b-9fef-e5e50058d137</DistributeId>
<DownloadAbled>true</DownloadAbled>
<FileName>sample string 2</FileName>
<FormatType>Reader</FormatType>
<LocalPrintingAbled>true</LocalPrintingAbled>
</DitialAssetItemOfDistribution>
<DitialAssetItemOfDistribution>
<Action>Unchanged</Action>
<AllowCopyPaste>true</AllowCopyPaste>
<AllowOfflineDownload>true</AllowOfflineDownload>
<ContentType>sample string 6</ContentType>
<DigitalAssetId>306a9943-cb5c-4dba-981e-5f92f36b71bb</DigitalAssetId>
<DistributeId>8b21e836-b27e-420b-9fef-e5e50058d137</DistributeId>
<DownloadAbled>true</DownloadAbled>
<FileName>sample string 2</FileName>
<FormatType>Reader</FormatType>
<LocalPrintingAbled>true</LocalPrintingAbled>
</DitialAssetItemOfDistribution>
<DitialAssetItemOfDistribution>
<Action>Unchanged</Action>
<AllowCopyPaste>true</AllowCopyPaste>
<AllowOfflineDownload>true</AllowOfflineDownload>
<ContentType>sample string 6</ContentType>
<DigitalAssetId>306a9943-cb5c-4dba-981e-5f92f36b71bb</DigitalAssetId>
<DistributeId>8b21e836-b27e-420b-9fef-e5e50058d137</DistributeId>
<DownloadAbled>true</DownloadAbled>
<FileName>sample string 2</FileName>
<FormatType>Reader</FormatType>
<LocalPrintingAbled>true</LocalPrintingAbled>
</DitialAssetItemOfDistribution>
</ArrayOfDitialAssetItemOfDistribution>
application/x-www-form-urlencoded
Sample not available.