POST api/Booking/Attachments/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "0167b1db-a92b-4d75-9940-4a928e4b21f5", "91e2c2c3-2f2e-4e22-9d65-d1e3d2f7bda0" ]
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>0167b1db-a92b-4d75-9940-4a928e4b21f5</guid> <guid>91e2c2c3-2f2e-4e22-9d65-d1e3d2f7bda0</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["0167b1db-a92b-4d75-9940-4a928e4b21f5","91e2c2c3-2f2e-4e22-9d65-d1e3d2f7bda0"]
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>