POST api/Account/DeleteList

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "7222ca29-b171-41de-a9b2-36ec72262d67",
  "f1ab7d75-6515-40f7-930c-550734764ce6"
]

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>7222ca29-b171-41de-a9b2-36ec72262d67</guid>
  <guid>f1ab7d75-6515-40f7-930c-550734764ce6</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'List`1'.

Response Information

Resource Description

None.