POST api/Booking/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "e956284d-7f18-4777-a277-4c2f3ea4c45d", "ecf0f67d-4546-4f56-9ac3-37c1f9341b6f" ]
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>e956284d-7f18-4777-a277-4c2f3ea4c45d</guid> <guid>ecf0f67d-4546-4f56-9ac3-37c1f9341b6f</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["e956284d-7f18-4777-a277-4c2f3ea4c45d","ecf0f67d-4546-4f56-9ac3-37c1f9341b6f"]
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>