POST api/Booking/Cargo/RemoveFromBooking

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "5ca5eed2-6358-4b44-afe2-632379087a02",
  "24512c0d-10cc-4f8b-81ad-64bb0651a5b4"
]

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>5ca5eed2-6358-4b44-afe2-632379087a02</guid>
  <guid>24512c0d-10cc-4f8b-81ad-64bb0651a5b4</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["5ca5eed2-6358-4b44-afe2-632379087a02","24512c0d-10cc-4f8b-81ad-64bb0651a5b4"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.