POST api/Consolidation/RemoveShipments
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "718976b8-a41a-416c-9158-ff7532957b12", "00d9ae14-e7c0-4e9a-a46d-b9dca34eb231" ]
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>718976b8-a41a-416c-9158-ff7532957b12</guid> <guid>00d9ae14-e7c0-4e9a-a46d-b9dca34eb231</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["718976b8-a41a-416c-9158-ff7532957b12","00d9ae14-e7c0-4e9a-a46d-b9dca34eb231"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.