POST api/PickupAndDelivery/Cargo/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "a356215b-2b6f-46a5-ad1e-156e70c2bdc9", "436e19ad-8548-46bf-b4d8-4e5e9f124805" ]
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>a356215b-2b6f-46a5-ad1e-156e70c2bdc9</guid> <guid>436e19ad-8548-46bf-b4d8-4e5e9f124805</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["a356215b-2b6f-46a5-ad1e-156e70c2bdc9","436e19ad-8548-46bf-b4d8-4e5e9f124805"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.