POST api/WarehouseReceipts/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "3eb57f28-553b-48f8-9b86-2bd9b9d4b412",
  "21661ff2-238c-490a-81dd-a29713b0d933"
]

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>3eb57f28-553b-48f8-9b86-2bd9b9d4b412</guid>
  <guid>21661ff2-238c-490a-81dd-a29713b0d933</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["3eb57f28-553b-48f8-9b86-2bd9b9d4b412","21661ff2-238c-490a-81dd-a29713b0d933"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.