POST api/PO/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "e7d6c64e-573f-4d91-be9d-864447d1eb98",
  "648984f7-4447-4af9-ab50-3120ab9a938c"
]

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>e7d6c64e-573f-4d91-be9d-864447d1eb98</guid>
  <guid>648984f7-4447-4af9-ab50-3120ab9a938c</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["e7d6c64e-573f-4d91-be9d-864447d1eb98","648984f7-4447-4af9-ab50-3120ab9a938c"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.