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
[ "7ced2230-1c3f-48a4-9690-f009cbe04cf8", "053328a1-283d-497d-a46a-64eed84e133d", "cf45a54d-2d31-4940-8b53-b58eabfa7007" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>7ced2230-1c3f-48a4-9690-f009cbe04cf8</guid> <guid>053328a1-283d-497d-a46a-64eed84e133d</guid> <guid>cf45a54d-2d31-4940-8b53-b58eabfa7007</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.