POST api/PickupAndDelivery/Cargo/RemoveFromRepack
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "05844433-d37f-45b8-8373-0b31b2ade541", "8fa7db3d-e2a1-471c-85a4-1d0fe5de1d69" ]
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>05844433-d37f-45b8-8373-0b31b2ade541</guid> <guid>8fa7db3d-e2a1-471c-85a4-1d0fe5de1d69</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["05844433-d37f-45b8-8373-0b31b2ade541","8fa7db3d-e2a1-471c-85a4-1d0fe5de1d69"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.