POST api/PickupAndDelivery/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "fd2c62e3-94f6-49c9-8590-aa6d20c31829",
  "dee19720-b995-4474-a07e-6b6348ee78bc"
]

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>fd2c62e3-94f6-49c9-8590-aa6d20c31829</guid>
  <guid>dee19720-b995-4474-a07e-6b6348ee78bc</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["fd2c62e3-94f6-49c9-8590-aa6d20c31829","dee19720-b995-4474-a07e-6b6348ee78bc"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.