POST api/Booking/Cargo/RemoveFromPackage

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "322e683d-1454-4d91-908b-044a5484b4f2",
  "9e53cdd8-e902-404a-8391-1c551f16b61e"
]

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>322e683d-1454-4d91-908b-044a5484b4f2</guid>
  <guid>9e53cdd8-e902-404a-8391-1c551f16b61e</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["322e683d-1454-4d91-908b-044a5484b4f2","9e53cdd8-e902-404a-8391-1c551f16b61e"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.