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": "53995f68-15e2-470b-81be-c70cf29d627a", "fileName": "sample string 2", "distributeId": "d739342f-5305-4554-b1be-f1862bf76417", "downloadAbled": true, "localPrintingAbled": true, "formatType": 0, "contentType": "sample string 6", "allowCopyPaste": true, "allowOfflineDownload": true, "action": 0 }, { "digitalAssetId": "53995f68-15e2-470b-81be-c70cf29d627a", "fileName": "sample string 2", "distributeId": "d739342f-5305-4554-b1be-f1862bf76417", "downloadAbled": true, "localPrintingAbled": true, "formatType": 0, "contentType": "sample string 6", "allowCopyPaste": true, "allowOfflineDownload": true, "action": 0 }, { "digitalAssetId": "53995f68-15e2-470b-81be-c70cf29d627a", "fileName": "sample string 2", "distributeId": "d739342f-5305-4554-b1be-f1862bf76417", "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>53995f68-15e2-470b-81be-c70cf29d627a</DigitalAssetId> <DistributeId>d739342f-5305-4554-b1be-f1862bf76417</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>53995f68-15e2-470b-81be-c70cf29d627a</DigitalAssetId> <DistributeId>d739342f-5305-4554-b1be-f1862bf76417</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>53995f68-15e2-470b-81be-c70cf29d627a</DigitalAssetId> <DistributeId>d739342f-5305-4554-b1be-f1862bf76417</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.