POST api/Booking/Cargo/RemoveFromBooking

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "f8c726ca-263b-43aa-9444-080291cc3b25",
  "1b4fb3d2-b9c1-4f28-8f6f-c3d18ff9e874"
]

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>f8c726ca-263b-43aa-9444-080291cc3b25</guid>
  <guid>1b4fb3d2-b9c1-4f28-8f6f-c3d18ff9e874</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["f8c726ca-263b-43aa-9444-080291cc3b25","1b4fb3d2-b9c1-4f28-8f6f-c3d18ff9e874"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.