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
[ "2f13900b-ae4e-49c7-9e30-b9aa62800fba", "0a58f86b-773a-485c-a889-aa04ee149da4", "8eecb887-431e-4bcf-bfe6-8db4922e7b62" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>2f13900b-ae4e-49c7-9e30-b9aa62800fba</guid> <guid>0a58f86b-773a-485c-a889-aa04ee149da4</guid> <guid>8eecb887-431e-4bcf-bfe6-8db4922e7b62</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.