POST api/Booking/Attachments/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "03afe5b0-ee9f-4680-860c-4f55ecd3c5ac",
  "1244d7f2-791e-45c8-90fc-25eceee2187b"
]

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>03afe5b0-ee9f-4680-860c-4f55ecd3c5ac</guid>
  <guid>1244d7f2-791e-45c8-90fc-25eceee2187b</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["03afe5b0-ee9f-4680-860c-4f55ecd3c5ac","1244d7f2-791e-45c8-90fc-25eceee2187b"]

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>