POST api/PO/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "b826128e-d379-4147-a728-a38e22683fa9",
  "96521bef-5735-4c98-893a-b25acf002bc0"
]

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>b826128e-d379-4147-a728-a38e22683fa9</guid>
  <guid>96521bef-5735-4c98-893a-b25acf002bc0</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["b826128e-d379-4147-a728-a38e22683fa9","96521bef-5735-4c98-893a-b25acf002bc0"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.