POST digitalDistributionService/digital/distribution/{ownerUserId}/updateDigitalAssetItemsDistributionSetting

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "654a2d4c-178d-4d76-90af-a9b9f2c26417",
    "fileName": "sample string 2",
    "distributeId": "ed2c7586-9c90-4949-87bb-a810ad23ee81",
    "downloadAbled": true,
    "localPrintingAbled": true,
    "formatType": 0,
    "contentType": "sample string 6",
    "allowCopyPaste": true,
    "allowOfflineDownload": true,
    "action": 0
  },
  {
    "digitalAssetId": "654a2d4c-178d-4d76-90af-a9b9f2c26417",
    "fileName": "sample string 2",
    "distributeId": "ed2c7586-9c90-4949-87bb-a810ad23ee81",
    "downloadAbled": true,
    "localPrintingAbled": true,
    "formatType": 0,
    "contentType": "sample string 6",
    "allowCopyPaste": true,
    "allowOfflineDownload": true,
    "action": 0
  },
  {
    "digitalAssetId": "654a2d4c-178d-4d76-90af-a9b9f2c26417",
    "fileName": "sample string 2",
    "distributeId": "ed2c7586-9c90-4949-87bb-a810ad23ee81",
    "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>654a2d4c-178d-4d76-90af-a9b9f2c26417</DigitalAssetId>
    <DistributeId>ed2c7586-9c90-4949-87bb-a810ad23ee81</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>654a2d4c-178d-4d76-90af-a9b9f2c26417</DigitalAssetId>
    <DistributeId>ed2c7586-9c90-4949-87bb-a810ad23ee81</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>654a2d4c-178d-4d76-90af-a9b9f2c26417</DigitalAssetId>
    <DistributeId>ed2c7586-9c90-4949-87bb-a810ad23ee81</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.