POST api/Admin/EInk/MeetingRoomScreens/Delete
Request Information
URI Parameters
None.
Body Parameters
DeleteMeetingRoomScreenRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| SerialNumber | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"SerialNumber": "sample string 1"
}
application/xml, text/xml
Sample:
<DeleteMeetingRoomScreenRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.EInk.MeetingRooms"> <SerialNumber>sample string 1</SerialNumber> </DeleteMeetingRoomScreenRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
OperationResult| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| Message | string |
None. |
|
| DidWork | boolean |
None. |
|
| HttpStatusCode | integer |
None. |
|
| InternalErrorCode | integer |
None. |
|
| ResponseBody | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.