POST api/PO/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "ed329011-6d4d-4a3d-a139-365b8add6118",
  "8f45bd9d-7b4a-44d2-a501-3ec476663642"
]

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>ed329011-6d4d-4a3d-a139-365b8add6118</guid>
  <guid>8f45bd9d-7b4a-44d2-a501-3ec476663642</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["ed329011-6d4d-4a3d-a139-365b8add6118","8f45bd9d-7b4a-44d2-a501-3ec476663642"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.