POST api/PickupAndDelivery/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "8c63dcb8-b1c5-4cb0-b7b3-4a084b4ead2c",
  "3a764b81-4a58-416c-9446-19a877cd8ff6"
]

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>8c63dcb8-b1c5-4cb0-b7b3-4a084b4ead2c</guid>
  <guid>3a764b81-4a58-416c-9446-19a877cd8ff6</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["8c63dcb8-b1c5-4cb0-b7b3-4a084b4ead2c","3a764b81-4a58-416c-9446-19a877cd8ff6"]

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>