POST api/Admin/EInk/MeetingRoomScreens/Delete

Request Information

URI Parameters

None.

Body Parameters

DeleteMeetingRoomScreenRequest
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DeleteMeetingRoomScreenRequest'.

Response Information

Resource Description

OperationResult
NameDescriptionTypeAdditional 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.