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
[ "1aff1deb-b87a-43ce-8bd4-ef1bdcb1ce5b", "2ccf9984-168e-4ce8-944e-eb3aa1979566", "52b1c44b-180c-4c36-a08b-2513cd3f835b" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>1aff1deb-b87a-43ce-8bd4-ef1bdcb1ce5b</guid> <guid>2ccf9984-168e-4ce8-944e-eb3aa1979566</guid> <guid>52b1c44b-180c-4c36-a08b-2513cd3f835b</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.