PUT api/Product/UpdateDeleteList
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest 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:
Response Information
Resource Description
None.