POST api/CargoRelease/Cargo/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "3133e141-eed1-448a-9a7e-ee0c91a5c41a", "7f7ad593-ba74-4bc3-8d14-0b3675620a3c" ]
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>3133e141-eed1-448a-9a7e-ee0c91a5c41a</guid> <guid>7f7ad593-ba74-4bc3-8d14-0b3675620a3c</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["3133e141-eed1-448a-9a7e-ee0c91a5c41a","7f7ad593-ba74-4bc3-8d14-0b3675620a3c"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.