POST api/Inventory/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "09c838f0-1617-492f-8cc5-9cf0672a915e",
  "c350612c-2e1c-43e8-b7aa-17780df707ba"
]

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>09c838f0-1617-492f-8cc5-9cf0672a915e</guid>
  <guid>c350612c-2e1c-43e8-b7aa-17780df707ba</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["09c838f0-1617-492f-8cc5-9cf0672a915e","c350612c-2e1c-43e8-b7aa-17780df707ba"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.