POST api/PickupAndDelivery/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "a862e23e-4e5f-4e11-8e62-21db6b88790d",
  "b6b077f7-c56d-48af-993c-f987c15839d9"
]

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>a862e23e-4e5f-4e11-8e62-21db6b88790d</guid>
  <guid>b6b077f7-c56d-48af-993c-f987c15839d9</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["a862e23e-4e5f-4e11-8e62-21db6b88790d","b6b077f7-c56d-48af-993c-f987c15839d9"]

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>