POST digitalDistributionService/digital/{orderId}/{currentUserId}/{ownerUserId}/saveOrderItemsSetting
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "da7ab2b2-8cf9-4c3f-ac2d-e94591add873",
"fileName": "sample string 2",
"contentName": "sample string 3",
"orderId": "aa7e1d19-db6e-4cce-ba52-5d49d5865997",
"lineItemId": "333c4296-474c-4170-9c48-871bed33e520",
"downloadAbled": true,
"localPrintingAbled": true,
"formatType": 0,
"contentType": "sample string 8",
"allowCopyPaste": true,
"allowOfflineDownload": true
},
{
"digitalAssetId": "da7ab2b2-8cf9-4c3f-ac2d-e94591add873",
"fileName": "sample string 2",
"contentName": "sample string 3",
"orderId": "aa7e1d19-db6e-4cce-ba52-5d49d5865997",
"lineItemId": "333c4296-474c-4170-9c48-871bed33e520",
"downloadAbled": true,
"localPrintingAbled": true,
"formatType": 0,
"contentType": "sample string 8",
"allowCopyPaste": true,
"allowOfflineDownload": true
},
{
"digitalAssetId": "da7ab2b2-8cf9-4c3f-ac2d-e94591add873",
"fileName": "sample string 2",
"contentName": "sample string 3",
"orderId": "aa7e1d19-db6e-4cce-ba52-5d49d5865997",
"lineItemId": "333c4296-474c-4170-9c48-871bed33e520",
"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>da7ab2b2-8cf9-4c3f-ac2d-e94591add873</DigitalAssetId>
<DownloadAbled>true</DownloadAbled>
<FileName>sample string 2</FileName>
<FormatType>Reader</FormatType>
<LineItemId>333c4296-474c-4170-9c48-871bed33e520</LineItemId>
<LocalPrintingAbled>true</LocalPrintingAbled>
<OrderId>aa7e1d19-db6e-4cce-ba52-5d49d5865997</OrderId>
</DitialAssetItemOfOrder>
<DitialAssetItemOfOrder>
<AllowCopyPaste>true</AllowCopyPaste>
<AllowOfflineDownload>true</AllowOfflineDownload>
<ContentName>sample string 3</ContentName>
<ContentType>sample string 8</ContentType>
<DigitalAssetId>da7ab2b2-8cf9-4c3f-ac2d-e94591add873</DigitalAssetId>
<DownloadAbled>true</DownloadAbled>
<FileName>sample string 2</FileName>
<FormatType>Reader</FormatType>
<LineItemId>333c4296-474c-4170-9c48-871bed33e520</LineItemId>
<LocalPrintingAbled>true</LocalPrintingAbled>
<OrderId>aa7e1d19-db6e-4cce-ba52-5d49d5865997</OrderId>
</DitialAssetItemOfOrder>
<DitialAssetItemOfOrder>
<AllowCopyPaste>true</AllowCopyPaste>
<AllowOfflineDownload>true</AllowOfflineDownload>
<ContentName>sample string 3</ContentName>
<ContentType>sample string 8</ContentType>
<DigitalAssetId>da7ab2b2-8cf9-4c3f-ac2d-e94591add873</DigitalAssetId>
<DownloadAbled>true</DownloadAbled>
<FileName>sample string 2</FileName>
<FormatType>Reader</FormatType>
<LineItemId>333c4296-474c-4170-9c48-871bed33e520</LineItemId>
<LocalPrintingAbled>true</LocalPrintingAbled>
<OrderId>aa7e1d19-db6e-4cce-ba52-5d49d5865997</OrderId>
</DitialAssetItemOfOrder>
</ArrayOfDitialAssetItemOfOrder>
application/x-www-form-urlencoded
Sample not available.