POST api/Shipments/Packages/RemoveFromPackage
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "5a0b730d-afaf-487c-be98-4a001160597c", "7128816b-0d1d-4746-ae8e-f0a874e21854" ]
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>5a0b730d-afaf-487c-be98-4a001160597c</guid> <guid>7128816b-0d1d-4746-ae8e-f0a874e21854</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["5a0b730d-afaf-487c-be98-4a001160597c","7128816b-0d1d-4746-ae8e-f0a874e21854"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.