POST api/booking/control/log

Request Information

URI Parameters

None.

Body Parameters

ControlDevice
NameDescriptionTypeAdditional information
ip

string

None.

cache_id

string

None.

log

string

None.

command

string

None.

create_at

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ip": "sample string 1",
  "cache_id": "sample string 2",
  "log": "sample string 3",
  "command": "sample string 4",
  "create_at": "2024-09-20T06:04:02.3684859+07:00"
}

application/xml, text/xml

Sample:
<ControlDevice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RoomBookingService.Models">
  <cache_id>sample string 2</cache_id>
  <command>sample string 4</command>
  <create_at>2024-09-20T06:04:02.3684859+07:00</create_at>
  <ip>sample string 1</ip>
  <log>sample string 3</log>
</ControlDevice>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.