POST horizont/main/sendTVData

Request Information

URI Parameters

None.

Body Parameters

TVData
NameDescriptionTypeAdditional information
RB

integer

None.

ID

integer

None.

Image

Collection of byte

None.

ImageDiff

Collection of byte

None.

X

decimal number

None.

Y

decimal number

None.

Mevent

string

None.

Keys

Collection of Key

None.

Chars

Collection of character

None.

lastEvent

date

None.

lastGet

date

None.

lastSet

date

None.

ReSync

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "RB": 1,
  "ID": 2,
  "Image": "QEA=",
  "ImageDiff": "QEA=",
  "X": 3.0,
  "Y": 4.0,
  "Mevent": "sample string 5",
  "Keys": [
    0,
    0
  ],
  "Chars": [
    "A",
    "A"
  ],
  "lastEvent": "2026-01-10T03:08:56.2161018+01:00",
  "lastGet": "2026-01-10T03:08:56.2161018+01:00",
  "lastSet": "2026-01-10T03:08:56.2161018+01:00",
  "ReSync": true
}

text/html

Sample:
{"RB":1,"ID":2,"Image":"QEA=","ImageDiff":"QEA=","X":3.0,"Y":4.0,"Mevent":"sample string 5","Keys":[0,0],"Chars":["A","A"],"lastEvent":"2026-01-10T03:08:56.2161018+01:00","lastGet":"2026-01-10T03:08:56.2161018+01:00","lastSet":"2026-01-10T03:08:56.2161018+01:00","ReSync":true}

application/xml, text/xml

Sample:
<TVData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/horizontCKMain.Class">
  <Chars xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:char>65</d2p1:char>
    <d2p1:char>65</d2p1:char>
  </Chars>
  <ID>2</ID>
  <Image>QEA=</Image>
  <ImageDiff>QEA=</ImageDiff>
  <Keys xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Windows.Input">
    <d2p1:Key>None</d2p1:Key>
    <d2p1:Key>None</d2p1:Key>
  </Keys>
  <Mevent>sample string 5</Mevent>
  <RB>1</RB>
  <ReSync>true</ReSync>
  <X>3</X>
  <Y>4</Y>
  <lastEvent>2026-01-10T03:08:56.2161018+01:00</lastEvent>
  <lastGet>2026-01-10T03:08:56.2161018+01:00</lastGet>
  <lastSet>2026-01-10T03:08:56.2161018+01:00</lastSet>
</TVData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>