POST api/PO/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "176a6454-36a8-496b-b475-26e213810315",
  "4e561c5b-9a47-47d9-b593-7f4b48fe76d2"
]

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>176a6454-36a8-496b-b475-26e213810315</guid>
  <guid>4e561c5b-9a47-47d9-b593-7f4b48fe76d2</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["176a6454-36a8-496b-b475-26e213810315","4e561c5b-9a47-47d9-b593-7f4b48fe76d2"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.