POST api/Booking/Cargo/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "199a2964-620f-48d2-b655-2179734233ae",
  "a27fd766-8bf8-496e-b2e8-e5b9e63824d3"
]

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>199a2964-620f-48d2-b655-2179734233ae</guid>
  <guid>a27fd766-8bf8-496e-b2e8-e5b9e63824d3</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["199a2964-620f-48d2-b655-2179734233ae","a27fd766-8bf8-496e-b2e8-e5b9e63824d3"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.