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
[ "6b9616ba-eff1-4555-b734-2eb1bcfae14f", "63cfeb3e-b2aa-47ea-9899-0b962d7a3ea5", "bdf7b7b1-4b6e-4c4e-a3a0-a181d7bfea52" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>6b9616ba-eff1-4555-b734-2eb1bcfae14f</guid> <guid>63cfeb3e-b2aa-47ea-9899-0b962d7a3ea5</guid> <guid>bdf7b7b1-4b6e-4c4e-a3a0-a181d7bfea52</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.