POST api/CargoRelease/Cargo/RemoveFromCargoRelease
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "d4c880fb-cc52-4a19-a406-16cc69e7d29f", "d349d172-1cd7-468b-9e29-14b3bd5b46a7" ]
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>d4c880fb-cc52-4a19-a406-16cc69e7d29f</guid> <guid>d349d172-1cd7-468b-9e29-14b3bd5b46a7</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["d4c880fb-cc52-4a19-a406-16cc69e7d29f","d349d172-1cd7-468b-9e29-14b3bd5b46a7"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.