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
[ "d653df1b-5d3b-4a51-9988-256d8ede9ed2", "5bd326da-8b1b-4444-bc0d-946261afa1b6", "78f3278b-d80f-465b-b042-a2a19905c1c8" ]
application/xml, text/xml
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>d653df1b-5d3b-4a51-9988-256d8ede9ed2</guid> <guid>5bd326da-8b1b-4444-bc0d-946261afa1b6</guid> <guid>78f3278b-d80f-465b-b042-a2a19905c1c8</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample not available.