POST api/PickupAndDelivery/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "afd13485-1356-4e88-b19b-fe0338a6ea7f",
  "c23ddbde-d717-4a17-9c36-8e5aed508730"
]

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>afd13485-1356-4e88-b19b-fe0338a6ea7f</guid>
  <guid>c23ddbde-d717-4a17-9c36-8e5aed508730</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["afd13485-1356-4e88-b19b-fe0338a6ea7f","c23ddbde-d717-4a17-9c36-8e5aed508730"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.