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": "44fa2af9-6b7e-4bcf-be9e-fbb8468d846c",
"fileName": "sample string 2",
"distributeId": "87c6331f-03d5-4f3e-b7b3-e6f5e98b2efb",
"downloadAbled": true,
"localPrintingAbled": true,
"formatType": 0,
"contentType": "sample string 6",
"allowCopyPaste": true,
"allowOfflineDownload": true,
"action": 0
},
{
"digitalAssetId": "44fa2af9-6b7e-4bcf-be9e-fbb8468d846c",
"fileName": "sample string 2",
"distributeId": "87c6331f-03d5-4f3e-b7b3-e6f5e98b2efb",
"downloadAbled": true,
"localPrintingAbled": true,
"formatType": 0,
"contentType": "sample string 6",
"allowCopyPaste": true,
"allowOfflineDownload": true,
"action": 0
},
{
"digitalAssetId": "44fa2af9-6b7e-4bcf-be9e-fbb8468d846c",
"fileName": "sample string 2",
"distributeId": "87c6331f-03d5-4f3e-b7b3-e6f5e98b2efb",
"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>44fa2af9-6b7e-4bcf-be9e-fbb8468d846c</DigitalAssetId>
<DistributeId>87c6331f-03d5-4f3e-b7b3-e6f5e98b2efb</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>44fa2af9-6b7e-4bcf-be9e-fbb8468d846c</DigitalAssetId>
<DistributeId>87c6331f-03d5-4f3e-b7b3-e6f5e98b2efb</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>44fa2af9-6b7e-4bcf-be9e-fbb8468d846c</DigitalAssetId>
<DistributeId>87c6331f-03d5-4f3e-b7b3-e6f5e98b2efb</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.