POST api/Shipment/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "a51b1eed-0b08-4e6c-b514-8d388b7b8e2d", "12afdad8-65fc-4c21-9d03-45495f953d65" ]
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>a51b1eed-0b08-4e6c-b514-8d388b7b8e2d</guid> <guid>12afdad8-65fc-4c21-9d03-45495f953d65</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["a51b1eed-0b08-4e6c-b514-8d388b7b8e2d","12afdad8-65fc-4c21-9d03-45495f953d65"]
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>