POST api/Shipments/Packages/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "ca5f06e2-cdab-4209-9111-d884d48a119b", "f8f63a72-2db3-4d3e-b56a-1ee6c353cda9" ]
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>ca5f06e2-cdab-4209-9111-d884d48a119b</guid> <guid>f8f63a72-2db3-4d3e-b56a-1ee6c353cda9</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["ca5f06e2-cdab-4209-9111-d884d48a119b","f8f63a72-2db3-4d3e-b56a-1ee6c353cda9"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.