POST api/Booking/Delete
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "bb51b64c-a1cb-4807-9707-d615312d167e", "9471c435-5f86-45c8-8927-2c39330699e0" ]
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>bb51b64c-a1cb-4807-9707-d615312d167e</guid> <guid>9471c435-5f86-45c8-8927-2c39330699e0</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
text/html
Sample:
["bb51b64c-a1cb-4807-9707-d615312d167e","9471c435-5f86-45c8-8927-2c39330699e0"]
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.