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:
[
  "259dd897-e6ca-4b5a-ae44-3575c7edd70a",
  "60261702-1e15-4f53-824b-11c88078771b"
]

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>259dd897-e6ca-4b5a-ae44-3575c7edd70a</guid>
  <guid>60261702-1e15-4f53-824b-11c88078771b</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.