POST api/Inventory/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "128ace52-d90c-4fdc-a79a-31c797cedffd", "12d1547c-7793-4c04-89d1-e9043802a8bd" ]
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>128ace52-d90c-4fdc-a79a-31c797cedffd</guid> <guid>12d1547c-7793-4c04-89d1-e9043802a8bd</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["128ace52-d90c-4fdc-a79a-31c797cedffd","12d1547c-7793-4c04-89d1-e9043802a8bd"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.