POST api/Shipment/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "3d12d499-7808-497a-b323-f3a5ee46bb11", "b7877f2e-82fc-4162-b66b-9f92a2f9fc9d" ]
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>3d12d499-7808-497a-b323-f3a5ee46bb11</guid> <guid>b7877f2e-82fc-4162-b66b-9f92a2f9fc9d</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["3d12d499-7808-497a-b323-f3a5ee46bb11","b7877f2e-82fc-4162-b66b-9f92a2f9fc9d"]
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>