POST api/Inventory/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "c8b44f9c-9ff7-4baf-a696-75ad0d32a9fd", "c2fe74bb-b17a-41f3-b137-70a2417af935" ]
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>c8b44f9c-9ff7-4baf-a696-75ad0d32a9fd</guid> <guid>c2fe74bb-b17a-41f3-b137-70a2417af935</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["c8b44f9c-9ff7-4baf-a696-75ad0d32a9fd","c2fe74bb-b17a-41f3-b137-70a2417af935"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.