POST api/PickupAndDelivery/Cargo/RemoveFromRepack
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "e6e23a20-b249-4730-8f1a-c606ae7adddf", "5f33b833-13f8-4ee2-9237-49d70179d3f2" ]
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>e6e23a20-b249-4730-8f1a-c606ae7adddf</guid> <guid>5f33b833-13f8-4ee2-9237-49d70179d3f2</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["e6e23a20-b249-4730-8f1a-c606ae7adddf","5f33b833-13f8-4ee2-9237-49d70179d3f2"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.