PUT api/Zevez/rwsystem/RWClientMonitor

Request Information

URI Parameters

None.

Body Parameters

RWClientMonitor
NameDescriptionTypeAdditional information
Id

integer

None.

CompanyId

string

String length: inclusive between 0 and 100

MacId

string

String length: inclusive between 0 and 100

Hostname

string

String length: inclusive between 0 and 100

RWVersion

string

String length: inclusive between 0 and 100

LastRWClient

date

None.

LastRWService

date

None.

CompanyMacHostId

string

String length: inclusive between 0 and 255

Trash

boolean

None.

CreateDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CompanyId": "sample string 2",
  "MacId": "sample string 3",
  "Hostname": "sample string 4",
  "RWVersion": "sample string 5",
  "LastRWClient": "2026-04-09T10:20:15.3326144+00:00",
  "LastRWService": "2026-04-09T10:20:15.3326144+00:00",
  "CompanyMacHostId": "sample string 8",
  "Trash": true,
  "CreateDate": "2026-04-09T10:20:15.3456936+00:00"
}

application/xml, text/xml

Sample:
<RWClientMonitor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EFCodeFirstRWSystem">
  <CompanyId>sample string 2</CompanyId>
  <CompanyMacHostId>sample string 8</CompanyMacHostId>
  <CreateDate>2026-04-09T10:20:15.3456936+00:00</CreateDate>
  <Hostname>sample string 4</Hostname>
  <Id>1</Id>
  <LastRWClient>2026-04-09T10:20:15.3326144+00:00</LastRWClient>
  <LastRWService>2026-04-09T10:20:15.3326144+00:00</LastRWService>
  <MacId>sample string 3</MacId>
  <RWVersion>sample string 5</RWVersion>
  <Trash>true</Trash>
</RWClientMonitor>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.