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
[ "de7e4531-f597-4d41-8d51-8cc0474916b7", "05f6fdab-c116-4372-8c70-025d0472101c", "a8ca92a0-5ee4-473d-b633-e6fa2b8baecd" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>de7e4531-f597-4d41-8d51-8cc0474916b7</guid> <guid>05f6fdab-c116-4372-8c70-025d0472101c</guid> <guid>a8ca92a0-5ee4-473d-b633-e6fa2b8baecd</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.