POST api/Shipment/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "09ee0bdf-05d3-4b06-b343-f1f65eabf905", "4ad3a217-f4f5-45c6-8f02-5a5fdbb2a3da" ]
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>09ee0bdf-05d3-4b06-b343-f1f65eabf905</guid> <guid>4ad3a217-f4f5-45c6-8f02-5a5fdbb2a3da</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["09ee0bdf-05d3-4b06-b343-f1f65eabf905","4ad3a217-f4f5-45c6-8f02-5a5fdbb2a3da"]
Response Information
Resource Description
booleanResponse Formats
application/json, text/json, text/html
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>