POST api/Booking/Cargo/RemoveFromPackage

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "7a840ec7-50e8-4932-87e2-b3934bc61358",
  "a3e90f3c-ed1c-4701-9659-d75f4e2cebbd"
]

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>7a840ec7-50e8-4932-87e2-b3934bc61358</guid>
  <guid>a3e90f3c-ed1c-4701-9659-d75f4e2cebbd</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["7a840ec7-50e8-4932-87e2-b3934bc61358","a3e90f3c-ed1c-4701-9659-d75f4e2cebbd"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.