POST api/Booking/Cargo/RemoveFromPackage

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "cb0631fc-caea-4797-84ab-8df69ad3e36f",
  "7896ace9-f699-4b6e-bdc3-dfd4d9104d80"
]

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>cb0631fc-caea-4797-84ab-8df69ad3e36f</guid>
  <guid>7896ace9-f699-4b6e-bdc3-dfd4d9104d80</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["cb0631fc-caea-4797-84ab-8df69ad3e36f","7896ace9-f699-4b6e-bdc3-dfd4d9104d80"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.