POST api/Shipment/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "9529e093-fa63-44cc-a2ec-227c83678647",
  "5064d203-f29b-48a0-ad86-d7470fbf95fc"
]

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>9529e093-fa63-44cc-a2ec-227c83678647</guid>
  <guid>5064d203-f29b-48a0-ad86-d7470fbf95fc</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["9529e093-fa63-44cc-a2ec-227c83678647","5064d203-f29b-48a0-ad86-d7470fbf95fc"]

Response Information

Resource Description

boolean

Response 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>