POST api/owner/deactivate

Deactivate owners

Request Information

URI Parameters

None.

Body Parameters

Owner unique identifiers

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "b88bd888-8063-4249-ade8-3b01180b851c",
  "8ee0b58f-522c-4804-830f-95457b2be071"
]

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>b88bd888-8063-4249-ade8-3b01180b851c</guid>
  <guid>8ee0b58f-522c-4804-830f-95457b2be071</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.