POST api/Shipments/Packages/RemoveFromShipment
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "a74dae08-d802-4935-98ad-1a34f65af6e1", "82582236-d700-47ca-85cb-6a58b4f4188d" ]
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>a74dae08-d802-4935-98ad-1a34f65af6e1</guid> <guid>82582236-d700-47ca-85cb-6a58b4f4188d</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["a74dae08-d802-4935-98ad-1a34f65af6e1","82582236-d700-47ca-85cb-6a58b4f4188d"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.