POST api/TinTuc/XoaListTinTuc

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "11b081b4-86ba-4ce6-bd0f-5c33335ec76c",
  "e08b4160-200a-4a05-a9dd-4c7026880039"
]

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>11b081b4-86ba-4ce6-bd0f-5c33335ec76c</guid>
  <guid>e08b4160-200a-4a05-a9dd-4c7026880039</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.