POST api/Booking/Cargo/RemoveFromBooking

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "ea015bbd-6d02-403a-b741-52b53f1f4797",
  "6f5f3923-2174-410e-8115-a0048d804d21"
]

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>ea015bbd-6d02-403a-b741-52b53f1f4797</guid>
  <guid>6f5f3923-2174-410e-8115-a0048d804d21</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["ea015bbd-6d02-403a-b741-52b53f1f4797","6f5f3923-2174-410e-8115-a0048d804d21"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.