POST api/Account/DeleteList

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "f6245036-cb5b-466c-ade5-97bf659822d8",
  "ec041ed7-c5bc-466c-a5ec-54105220cb50"
]

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>f6245036-cb5b-466c-ade5-97bf659822d8</guid>
  <guid>ec041ed7-c5bc-466c-a5ec-54105220cb50</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.