POST api/WarehouseReceipts/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "a142836c-b873-426b-b1ec-35e43584400f",
  "649acba9-2e15-43c1-a3cf-fc06660d864d"
]

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>a142836c-b873-426b-b1ec-35e43584400f</guid>
  <guid>649acba9-2e15-43c1-a3cf-fc06660d864d</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["a142836c-b873-426b-b1ec-35e43584400f","649acba9-2e15-43c1-a3cf-fc06660d864d"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.