POST api/Inventory/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "c945fdc7-2fda-4459-b99b-f2acc90355eb",
  "cc10cf7e-3fc9-41bf-b114-9fc1912c539f"
]

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>c945fdc7-2fda-4459-b99b-f2acc90355eb</guid>
  <guid>cc10cf7e-3fc9-41bf-b114-9fc1912c539f</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["c945fdc7-2fda-4459-b99b-f2acc90355eb","cc10cf7e-3fc9-41bf-b114-9fc1912c539f"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.