POST api/Admin/EInk/ClearDeskTag
Request Information
URI Parameters
None.
Body Parameters
ClearDeskTagRequestDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationId | integer |
None. |
|
| SerialNumber | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LocationId": 1,
"SerialNumber": "sample string 2"
}
application/xml, text/xml
Sample:
<ClearDeskTagRequestDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Bluedock.Booking.Rest.Models.EInk.DeskTags"> <LocationId>1</LocationId> <SerialNumber>sample string 2</SerialNumber> </ClearDeskTagRequestDTO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.