POST api/Booking/Cargo/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "09b5aba3-7c9d-49e5-86f1-18636381f9c2",
  "4346038d-bcc5-4bd5-8e20-f9622e142c29"
]

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>09b5aba3-7c9d-49e5-86f1-18636381f9c2</guid>
  <guid>4346038d-bcc5-4bd5-8e20-f9622e142c29</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["09b5aba3-7c9d-49e5-86f1-18636381f9c2","4346038d-bcc5-4bd5-8e20-f9622e142c29"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.