POST api/WarehouseReceipts/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "587d874a-9181-4ff4-bb39-e1d782989fa7",
  "5596a8cc-1356-481e-8e1d-61b3ac35a6ee"
]

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>587d874a-9181-4ff4-bb39-e1d782989fa7</guid>
  <guid>5596a8cc-1356-481e-8e1d-61b3ac35a6ee</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["587d874a-9181-4ff4-bb39-e1d782989fa7","5596a8cc-1356-481e-8e1d-61b3ac35a6ee"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.