DELETE api/Bookings/{id}
DELETE: api/Bookings/5<br/> Deletes a booking where id is a not started work order.<br/>
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Work order id. |
globally unique identifier |
Required |
Body Parameters
None.
Remarks
None.
Example
None.
Response Information
Resource Description
Returns Http status Not Found if the work order is not found or <br/> the work order is already started.<br/>
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.