POST api/PickupAndDelivery/Cargo/RemoveFromPickupAndDelivery
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "d1a07dc0-3daa-4484-b880-1e3bffd6e5dd", "0bc540b1-67ca-48b4-8e1f-4c50d6a6244e" ]
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>d1a07dc0-3daa-4484-b880-1e3bffd6e5dd</guid> <guid>0bc540b1-67ca-48b4-8e1f-4c50d6a6244e</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["d1a07dc0-3daa-4484-b880-1e3bffd6e5dd","0bc540b1-67ca-48b4-8e1f-4c50d6a6244e"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.