POST api/WarehouseReceipts/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "27a94406-baeb-49a9-940b-213b8be98443",
  "339ac844-dec6-4321-82f6-9c91eeefe6b6"
]

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>27a94406-baeb-49a9-940b-213b8be98443</guid>
  <guid>339ac844-dec6-4321-82f6-9c91eeefe6b6</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["27a94406-baeb-49a9-940b-213b8be98443","339ac844-dec6-4321-82f6-9c91eeefe6b6"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.