POST api/PickupAndDelivery/Cargo/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "295f9ffc-acbb-4fdd-8c11-92be2feb23b9",
  "a8af1757-c4ca-4fae-a5d6-1a9bdb381cd2"
]

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>295f9ffc-acbb-4fdd-8c11-92be2feb23b9</guid>
  <guid>a8af1757-c4ca-4fae-a5d6-1a9bdb381cd2</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["295f9ffc-acbb-4fdd-8c11-92be2feb23b9","a8af1757-c4ca-4fae-a5d6-1a9bdb381cd2"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.