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
[ "ff4eec9b-87a5-492c-bef9-435dee61df93", "afce04c1-5141-4f77-be6a-9fe006bc8b9c", "7826ded2-aab6-4c99-a302-44de5b577967" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>ff4eec9b-87a5-492c-bef9-435dee61df93</guid> <guid>afce04c1-5141-4f77-be6a-9fe006bc8b9c</guid> <guid>7826ded2-aab6-4c99-a302-44de5b577967</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.