POST api/WarehouseReceipts/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "bf6ff33a-5080-4f65-a190-3a210366a51e",
  "e50b2f2f-b0d2-4af2-819d-c9c07e5b337a"
]

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>bf6ff33a-5080-4f65-a190-3a210366a51e</guid>
  <guid>e50b2f2f-b0d2-4af2-819d-c9c07e5b337a</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["bf6ff33a-5080-4f65-a190-3a210366a51e","e50b2f2f-b0d2-4af2-819d-c9c07e5b337a"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.