POST api/PickupAndDelivery/Cargo/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "ef5d5949-d0d9-4559-ba46-58a148cee545",
  "5e17c5fe-afb5-4a3d-b116-90d859a947fd"
]

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>ef5d5949-d0d9-4559-ba46-58a148cee545</guid>
  <guid>5e17c5fe-afb5-4a3d-b116-90d859a947fd</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["ef5d5949-d0d9-4559-ba46-58a148cee545","5e17c5fe-afb5-4a3d-b116-90d859a947fd"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.