POST api/Booking/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "809c16c0-e1fc-437c-a18c-ac5fe8450c88",
  "684ea04a-14e7-4de8-a0be-c3cacf9c5be9"
]

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>809c16c0-e1fc-437c-a18c-ac5fe8450c88</guid>
  <guid>684ea04a-14e7-4de8-a0be-c3cacf9c5be9</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["809c16c0-e1fc-437c-a18c-ac5fe8450c88","684ea04a-14e7-4de8-a0be-c3cacf9c5be9"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, text/html

Sample:

Sample not available.