POST api/WarehouseReceipts/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "67c91450-5204-41be-b9fc-fd49bce89a44",
  "8cc20abd-8044-4adc-bf16-10a952df6a76"
]

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>67c91450-5204-41be-b9fc-fd49bce89a44</guid>
  <guid>8cc20abd-8044-4adc-bf16-10a952df6a76</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["67c91450-5204-41be-b9fc-fd49bce89a44","8cc20abd-8044-4adc-bf16-10a952df6a76"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.