POST api/Booking/Delete

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "8f2e1e54-629d-4c58-bac7-36ab19f9ce80",
  "3906708b-b6a5-4143-a056-f4a9c806001d"
]

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>8f2e1e54-629d-4c58-bac7-36ab19f9ce80</guid>
  <guid>3906708b-b6a5-4143-a056-f4a9c806001d</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

text/html

Sample:
["8f2e1e54-629d-4c58-bac7-36ab19f9ce80","3906708b-b6a5-4143-a056-f4a9c806001d"]

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.