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": "f89b23dc-4f7b-46cc-b349-1fc94e97371d", "fileName": "sample string 2", "contentName": "sample string 3", "orderId": "33901af0-3a73-47bf-8803-b7d331c77129", "lineItemId": "aa0a3490-6e44-4bf9-b6c5-2a143e0422b9", "downloadAbled": true, "localPrintingAbled": true, "formatType": 0, "contentType": "sample string 8", "allowCopyPaste": true, "allowOfflineDownload": true }, { "digitalAssetId": "f89b23dc-4f7b-46cc-b349-1fc94e97371d", "fileName": "sample string 2", "contentName": "sample string 3", "orderId": "33901af0-3a73-47bf-8803-b7d331c77129", "lineItemId": "aa0a3490-6e44-4bf9-b6c5-2a143e0422b9", "downloadAbled": true, "localPrintingAbled": true, "formatType": 0, "contentType": "sample string 8", "allowCopyPaste": true, "allowOfflineDownload": true }, { "digitalAssetId": "f89b23dc-4f7b-46cc-b349-1fc94e97371d", "fileName": "sample string 2", "contentName": "sample string 3", "orderId": "33901af0-3a73-47bf-8803-b7d331c77129", "lineItemId": "aa0a3490-6e44-4bf9-b6c5-2a143e0422b9", "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>f89b23dc-4f7b-46cc-b349-1fc94e97371d</DigitalAssetId> <DownloadAbled>true</DownloadAbled> <FileName>sample string 2</FileName> <FormatType>Reader</FormatType> <LineItemId>aa0a3490-6e44-4bf9-b6c5-2a143e0422b9</LineItemId> <LocalPrintingAbled>true</LocalPrintingAbled> <OrderId>33901af0-3a73-47bf-8803-b7d331c77129</OrderId> </DitialAssetItemOfOrder> <DitialAssetItemOfOrder> <AllowCopyPaste>true</AllowCopyPaste> <AllowOfflineDownload>true</AllowOfflineDownload> <ContentName>sample string 3</ContentName> <ContentType>sample string 8</ContentType> <DigitalAssetId>f89b23dc-4f7b-46cc-b349-1fc94e97371d</DigitalAssetId> <DownloadAbled>true</DownloadAbled> <FileName>sample string 2</FileName> <FormatType>Reader</FormatType> <LineItemId>aa0a3490-6e44-4bf9-b6c5-2a143e0422b9</LineItemId> <LocalPrintingAbled>true</LocalPrintingAbled> <OrderId>33901af0-3a73-47bf-8803-b7d331c77129</OrderId> </DitialAssetItemOfOrder> <DitialAssetItemOfOrder> <AllowCopyPaste>true</AllowCopyPaste> <AllowOfflineDownload>true</AllowOfflineDownload> <ContentName>sample string 3</ContentName> <ContentType>sample string 8</ContentType> <DigitalAssetId>f89b23dc-4f7b-46cc-b349-1fc94e97371d</DigitalAssetId> <DownloadAbled>true</DownloadAbled> <FileName>sample string 2</FileName> <FormatType>Reader</FormatType> <LineItemId>aa0a3490-6e44-4bf9-b6c5-2a143e0422b9</LineItemId> <LocalPrintingAbled>true</LocalPrintingAbled> <OrderId>33901af0-3a73-47bf-8803-b7d331c77129</OrderId> </DitialAssetItemOfOrder> </ArrayOfDitialAssetItemOfOrder>
application/x-www-form-urlencoded
Sample not available.