POST digitalDistributionService/organization/{ownerUserId}/user/{currentUserId}/distributions/digital-assets
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
currentUserId | No documentation available. |
Define this parameter in the request URI. |
ownerUserId | No documentation available. |
Define this parameter in the request URI. |
digitalAssetIds | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
[ "7916cd24-0903-4e3c-b554-1423190f8a33", "19048f53-f41c-4cbc-936c-5fc95b0e6736", "7e24f20f-1c37-4e91-a5b0-27a2a409f04c" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>7916cd24-0903-4e3c-b554-1423190f8a33</guid> <guid>19048f53-f41c-4cbc-936c-5fc95b0e6736</guid> <guid>7e24f20f-1c37-4e91-a5b0-27a2a409f04c</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.