PUT api/Clients/BatchDelete
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ids | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
[ "ee909215-4361-4ff6-96b1-a9535ca3ebab", "88dbad8c-5a39-4ae3-96dc-d2ca0a39fb62", "52c10305-22c9-4a39-b0a4-e36a7ca0a685" ]
text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>ee909215-4361-4ff6-96b1-a9535ca3ebab</guid> <guid>88dbad8c-5a39-4ae3-96dc-d2ca0a39fb62</guid> <guid>52c10305-22c9-4a39-b0a4-e36a7ca0a685</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, text/xml
Sample:
Sample not available.