POST api/Booking/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "50f41ebb-ca19-42a3-afeb-9f700b6c8e22", "2fc6a45d-40b7-4003-b65e-8b27dff4d2b0" ]
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>50f41ebb-ca19-42a3-afeb-9f700b6c8e22</guid> <guid>2fc6a45d-40b7-4003-b65e-8b27dff4d2b0</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["50f41ebb-ca19-42a3-afeb-9f700b6c8e22","2fc6a45d-40b7-4003-b65e-8b27dff4d2b0"]
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>