POST digitalDistributionService/digital/{ownerUserId}/{orderId}/deleteOrderItems
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ownerUserId | No documentation available. |
Define this parameter in the request URI. |
| orderId | No documentation available. |
Define this parameter in the request URI. |
| digitalAssetItemIds | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
[ "43609f6d-a132-4b57-8fa1-eb855f8d40ff", "5e6f38fe-8352-407d-b07e-71f345affc67", "d56e54e3-571e-40a5-bace-4df8e1f0a751" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>43609f6d-a132-4b57-8fa1-eb855f8d40ff</guid> <guid>5e6f38fe-8352-407d-b07e-71f345affc67</guid> <guid>d56e54e3-571e-40a5-bace-4df8e1f0a751</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.