POST api/owner/activate

Activate owners

Request Information

URI Parameters

None.

Body Parameters

Owner unique identifiers

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "b6f46e64-4480-4f16-a0c9-dc6d4cf3651c",
  "eac3ec42-2620-45db-8d48-e2f6eb7becf9"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>b6f46e64-4480-4f16-a0c9-dc6d4cf3651c</guid>
  <guid>eac3ec42-2620-45db-8d48-e2f6eb7becf9</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.