POST api/PickupAndDelivery/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "32680d69-7f5d-4ce1-b96a-9e32b7c282a6",
  "dd500475-1ff8-489a-bc94-bee7927927ef"
]

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>32680d69-7f5d-4ce1-b96a-9e32b7c282a6</guid>
  <guid>dd500475-1ff8-489a-bc94-bee7927927ef</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["32680d69-7f5d-4ce1-b96a-9e32b7c282a6","dd500475-1ff8-489a-bc94-bee7927927ef"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.