POST api/Shipments/Packages/RemoveFromShipment
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "e80e7758-93ed-4b41-ab1e-a8c96a60ad10", "a64fb4d0-0f1d-458e-8547-ce2f6d0622d8" ]
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>e80e7758-93ed-4b41-ab1e-a8c96a60ad10</guid> <guid>a64fb4d0-0f1d-458e-8547-ce2f6d0622d8</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["e80e7758-93ed-4b41-ab1e-a8c96a60ad10","a64fb4d0-0f1d-458e-8547-ce2f6d0622d8"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.