POST api/Booking/Cargo/RemoveFromBooking

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "c104ef96-f7d2-4ade-8979-0c433f1b69c5",
  "c24f97d2-65ea-4f44-96e2-52f7f6e194c8"
]

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>c104ef96-f7d2-4ade-8979-0c433f1b69c5</guid>
  <guid>c24f97d2-65ea-4f44-96e2-52f7f6e194c8</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["c104ef96-f7d2-4ade-8979-0c433f1b69c5","c24f97d2-65ea-4f44-96e2-52f7f6e194c8"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.