PUT api/Product/UpdateDeleteList

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "f1b7db1c-d436-41f9-8736-fc66e447f0c7",
  "b5cff0a9-f591-42f0-a871-b6fa45bb54cf"
]

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>f1b7db1c-d436-41f9-8736-fc66e447f0c7</guid>
  <guid>b5cff0a9-f591-42f0-a871-b6fa45bb54cf</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.