POST api/Booking/Cargo/RemoveFromPackage

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "16140aec-d6d4-4c4a-89b3-c67ff91c4c8e",
  "6a60af46-a251-41b9-a147-3b92c9693819"
]

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>16140aec-d6d4-4c4a-89b3-c67ff91c4c8e</guid>
  <guid>6a60af46-a251-41b9-a147-3b92c9693819</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["16140aec-d6d4-4c4a-89b3-c67ff91c4c8e","6a60af46-a251-41b9-a147-3b92c9693819"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.