POST api/owner/activate
Activate owners
Request Information
URI Parameters
None.
Body Parameters
Owner unique identifiers
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "d95778e4-10b5-44d4-950f-d1e4eb84d6de", "35466696-dec1-4f1e-b4b0-0653e1ec7086" ]
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>d95778e4-10b5-44d4-950f-d1e4eb84d6de</guid> <guid>35466696-dec1-4f1e-b4b0-0653e1ec7086</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.