POST api/Inventory/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "5460c1dc-b18c-4a6d-8189-21a15f7dc6fb",
  "22683c88-caba-4252-85fd-9f74a3269c2b"
]

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>5460c1dc-b18c-4a6d-8189-21a15f7dc6fb</guid>
  <guid>22683c88-caba-4252-85fd-9f74a3269c2b</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["5460c1dc-b18c-4a6d-8189-21a15f7dc6fb","22683c88-caba-4252-85fd-9f74a3269c2b"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.