PUT api/Product/UpdateDeleteList

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "c759da99-d84e-4551-8ba1-012ed592f798",
  "9f428b0d-b1cd-4a24-93bf-aee21678961d"
]

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>c759da99-d84e-4551-8ba1-012ed592f798</guid>
  <guid>9f428b0d-b1cd-4a24-93bf-aee21678961d</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.