POST api/Booking/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "d19cd85a-8f79-4e93-90db-816aa28c91e1",
  "4a8a0e5a-e242-4dfb-bee4-8cdf9ae52386"
]

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>d19cd85a-8f79-4e93-90db-816aa28c91e1</guid>
  <guid>4a8a0e5a-e242-4dfb-bee4-8cdf9ae52386</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["d19cd85a-8f79-4e93-90db-816aa28c91e1","4a8a0e5a-e242-4dfb-bee4-8cdf9ae52386"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.