POST api/owner/deactivate
Deactivate owners
Request Information
URI Parameters
None.
Body Parameters
Owner unique identifiers
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "fe581468-e6d0-493c-b235-ed4925e18524", "2636ebba-ab59-4d5a-8c6f-3120002b9403" ]
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>fe581468-e6d0-493c-b235-ed4925e18524</guid> <guid>2636ebba-ab59-4d5a-8c6f-3120002b9403</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.