POST api/Booking/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "eb6a5326-5c05-4532-adfc-964bde8e8345", "ee6496ae-1c83-46b7-9527-66f7886e7100" ]
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>eb6a5326-5c05-4532-adfc-964bde8e8345</guid> <guid>ee6496ae-1c83-46b7-9527-66f7886e7100</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["eb6a5326-5c05-4532-adfc-964bde8e8345","ee6496ae-1c83-46b7-9527-66f7886e7100"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.