POST api/Inventory/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "11a17755-5971-4745-91ce-abdba98bb298", "b14bff78-6b5b-4f11-9672-e9d20374e681" ]
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>11a17755-5971-4745-91ce-abdba98bb298</guid> <guid>b14bff78-6b5b-4f11-9672-e9d20374e681</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["11a17755-5971-4745-91ce-abdba98bb298","b14bff78-6b5b-4f11-9672-e9d20374e681"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.