POST api/PO/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "98404462-0d4e-4b36-95b0-7d988e61c656",
  "fdd0609e-7b3f-45e0-8703-d4de0f43e47a"
]

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>98404462-0d4e-4b36-95b0-7d988e61c656</guid>
  <guid>fdd0609e-7b3f-45e0-8703-d4de0f43e47a</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["98404462-0d4e-4b36-95b0-7d988e61c656","fdd0609e-7b3f-45e0-8703-d4de0f43e47a"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.