POST api/Shipments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "15c49441-e5df-437f-9fe2-8fa384e64ea1", "39b41e3d-39c7-420a-984f-e7284e70155b" ]
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>15c49441-e5df-437f-9fe2-8fa384e64ea1</guid> <guid>39b41e3d-39c7-420a-984f-e7284e70155b</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["15c49441-e5df-437f-9fe2-8fa384e64ea1","39b41e3d-39c7-420a-984f-e7284e70155b"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.