POST api/Booking/Cargo/RemoveFromBooking

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "5ea67d4d-e97e-43a2-81b8-0c167f2b584e",
  "efcbdaf2-a46c-4662-a080-b925a9021158"
]

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>5ea67d4d-e97e-43a2-81b8-0c167f2b584e</guid>
  <guid>efcbdaf2-a46c-4662-a080-b925a9021158</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["5ea67d4d-e97e-43a2-81b8-0c167f2b584e","efcbdaf2-a46c-4662-a080-b925a9021158"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.