POST api/Booking/Cargo/RemoveFromPackage
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "1dfe5688-99dc-45c8-8677-88abce8a4fdc", "5844f21e-8183-42c9-8405-7f325e668d89" ]
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>1dfe5688-99dc-45c8-8677-88abce8a4fdc</guid> <guid>5844f21e-8183-42c9-8405-7f325e668d89</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["1dfe5688-99dc-45c8-8677-88abce8a4fdc","5844f21e-8183-42c9-8405-7f325e668d89"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.