POST digitalDistributionService/organization/{ownerUserId}/user/{currentUserId}/distributions/digital-assets

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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

[
  "18b347fd-a3a1-4d87-ad44-77331a45db8e",
  "67493fa5-aa7e-43cd-bc85-1e87bf598ff3",
  "5dc14aaa-503e-4297-a7fd-8b08146ea270"
]

application/xml, text/xml

<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>18b347fd-a3a1-4d87-ad44-77331a45db8e</guid>
  <guid>67493fa5-aa7e-43cd-bc85-1e87bf598ff3</guid>
  <guid>5dc14aaa-503e-4297-a7fd-8b08146ea270</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample not available.