POST api/Booking/Cargo/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "45c7dc85-f0f3-48ca-a2c9-6903271f6d8f",
  "e2198b37-4eee-455d-83bc-3fd5d070557d"
]

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>45c7dc85-f0f3-48ca-a2c9-6903271f6d8f</guid>
  <guid>e2198b37-4eee-455d-83bc-3fd5d070557d</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["45c7dc85-f0f3-48ca-a2c9-6903271f6d8f","e2198b37-4eee-455d-83bc-3fd5d070557d"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.