PUT api/Product/UpdateDeleteList

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "1d702c92-bb13-4e13-a131-91ec20130c71",
  "2378feb8-42fb-4507-a5c0-e414ec175f73"
]

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>1d702c92-bb13-4e13-a131-91ec20130c71</guid>
  <guid>2378feb8-42fb-4507-a5c0-e414ec175f73</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.