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
[ "70622e71-fb23-4fc2-aa31-5226505cc8fd", "420f7c89-d329-4852-894f-075bf4b7bad1", "be9f6de2-e787-4c16-9057-135294e0153d" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>70622e71-fb23-4fc2-aa31-5226505cc8fd</guid> <guid>420f7c89-d329-4852-894f-075bf4b7bad1</guid> <guid>be9f6de2-e787-4c16-9057-135294e0153d</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.