POST api/PickupAndDelivery/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "d8fe1aee-7a62-495a-ad87-c0252215cab4",
  "08b27206-9d4f-4718-a3fc-4fdd77a1f7a6"
]

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>d8fe1aee-7a62-495a-ad87-c0252215cab4</guid>
  <guid>08b27206-9d4f-4718-a3fc-4fdd77a1f7a6</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["d8fe1aee-7a62-495a-ad87-c0252215cab4","08b27206-9d4f-4718-a3fc-4fdd77a1f7a6"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.