POST digitalDistributionService/digital/{orderId}/{currentUserId}/{ownerUserId}/saveOrderItemsSetting

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
orderId
No documentation available.

Define this parameter in the request URI.

currentUserId
No documentation available.

Define this parameter in the request URI.

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": "8a0a7178-674d-4814-a9af-8319e75a77bd",
    "fileName": "sample string 2",
    "contentName": "sample string 3",
    "orderId": "f780d9e4-bd2f-462c-8dfe-be843e094fce",
    "lineItemId": "5d3affed-5061-4faa-9167-1d36c2186075",
    "downloadAbled": true,
    "localPrintingAbled": true,
    "formatType": 0,
    "contentType": "sample string 8",
    "allowCopyPaste": true,
    "allowOfflineDownload": true
  },
  {
    "digitalAssetId": "8a0a7178-674d-4814-a9af-8319e75a77bd",
    "fileName": "sample string 2",
    "contentName": "sample string 3",
    "orderId": "f780d9e4-bd2f-462c-8dfe-be843e094fce",
    "lineItemId": "5d3affed-5061-4faa-9167-1d36c2186075",
    "downloadAbled": true,
    "localPrintingAbled": true,
    "formatType": 0,
    "contentType": "sample string 8",
    "allowCopyPaste": true,
    "allowOfflineDownload": true
  },
  {
    "digitalAssetId": "8a0a7178-674d-4814-a9af-8319e75a77bd",
    "fileName": "sample string 2",
    "contentName": "sample string 3",
    "orderId": "f780d9e4-bd2f-462c-8dfe-be843e094fce",
    "lineItemId": "5d3affed-5061-4faa-9167-1d36c2186075",
    "downloadAbled": true,
    "localPrintingAbled": true,
    "formatType": 0,
    "contentType": "sample string 8",
    "allowCopyPaste": true,
    "allowOfflineDownload": true
  }
]

application/xml, text/xml

<ArrayOfDitialAssetItemOfOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Mimeo.Services.MarketplaceConnectService.Models">
  <DitialAssetItemOfOrder>
    <AllowCopyPaste>true</AllowCopyPaste>
    <AllowOfflineDownload>true</AllowOfflineDownload>
    <ContentName>sample string 3</ContentName>
    <ContentType>sample string 8</ContentType>
    <DigitalAssetId>8a0a7178-674d-4814-a9af-8319e75a77bd</DigitalAssetId>
    <DownloadAbled>true</DownloadAbled>
    <FileName>sample string 2</FileName>
    <FormatType>Reader</FormatType>
    <LineItemId>5d3affed-5061-4faa-9167-1d36c2186075</LineItemId>
    <LocalPrintingAbled>true</LocalPrintingAbled>
    <OrderId>f780d9e4-bd2f-462c-8dfe-be843e094fce</OrderId>
  </DitialAssetItemOfOrder>
  <DitialAssetItemOfOrder>
    <AllowCopyPaste>true</AllowCopyPaste>
    <AllowOfflineDownload>true</AllowOfflineDownload>
    <ContentName>sample string 3</ContentName>
    <ContentType>sample string 8</ContentType>
    <DigitalAssetId>8a0a7178-674d-4814-a9af-8319e75a77bd</DigitalAssetId>
    <DownloadAbled>true</DownloadAbled>
    <FileName>sample string 2</FileName>
    <FormatType>Reader</FormatType>
    <LineItemId>5d3affed-5061-4faa-9167-1d36c2186075</LineItemId>
    <LocalPrintingAbled>true</LocalPrintingAbled>
    <OrderId>f780d9e4-bd2f-462c-8dfe-be843e094fce</OrderId>
  </DitialAssetItemOfOrder>
  <DitialAssetItemOfOrder>
    <AllowCopyPaste>true</AllowCopyPaste>
    <AllowOfflineDownload>true</AllowOfflineDownload>
    <ContentName>sample string 3</ContentName>
    <ContentType>sample string 8</ContentType>
    <DigitalAssetId>8a0a7178-674d-4814-a9af-8319e75a77bd</DigitalAssetId>
    <DownloadAbled>true</DownloadAbled>
    <FileName>sample string 2</FileName>
    <FormatType>Reader</FormatType>
    <LineItemId>5d3affed-5061-4faa-9167-1d36c2186075</LineItemId>
    <LocalPrintingAbled>true</LocalPrintingAbled>
    <OrderId>f780d9e4-bd2f-462c-8dfe-be843e094fce</OrderId>
  </DitialAssetItemOfOrder>
</ArrayOfDitialAssetItemOfOrder>

application/x-www-form-urlencoded

Sample not available.