POST api/PickupAndDelivery/Cargo/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "031f0b28-577e-4752-99af-086b8cbdf059",
  "103cbce4-8c12-4f4a-b412-f6e467d69ac1"
]

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>031f0b28-577e-4752-99af-086b8cbdf059</guid>
  <guid>103cbce4-8c12-4f4a-b412-f6e467d69ac1</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["031f0b28-577e-4752-99af-086b8cbdf059","103cbce4-8c12-4f4a-b412-f6e467d69ac1"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.