POST api/Shipments/Packages/RemoveFromShipment
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "f8d362d6-85c2-4b09-a9d0-950cc2a88697", "fbb5e715-80e7-4fc8-939b-6f89ebd74dc0" ]
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>f8d362d6-85c2-4b09-a9d0-950cc2a88697</guid> <guid>fbb5e715-80e7-4fc8-939b-6f89ebd74dc0</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["f8d362d6-85c2-4b09-a9d0-950cc2a88697","fbb5e715-80e7-4fc8-939b-6f89ebd74dc0"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.