POST api/PickupAndDelivery/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "9ddb94db-29b8-4f99-bd3c-b217f62a8f9c",
  "5664b039-532c-4cdb-9da6-35de1ccc104c"
]

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>9ddb94db-29b8-4f99-bd3c-b217f62a8f9c</guid>
  <guid>5664b039-532c-4cdb-9da6-35de1ccc104c</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["9ddb94db-29b8-4f99-bd3c-b217f62a8f9c","5664b039-532c-4cdb-9da6-35de1ccc104c"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.