PUT 17.0/database/pc/{id}

Description

Update existing PC

URI Parameters

Name Description Type Additional information
id

integer

Required

Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 30

AddedDate

date

None.

LastLoginDate

date

None.

IPAddress

string

String length: inclusive between 0 and 50

SignalRConnectionID

string

String length: inclusive between 0 and 50

ApiRefreshToken

string

String length: inclusive between 0 and 1000

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 1",
  "addedDate": "2025-01-09T20:08",
  "lastLoginDate": "2025-01-09T20:08",
  "ipAddress": "sample string 2",
  "signalRConnectionID": "sample string 3",
  "apiRefreshToken": "sample string 4"
}

application/xml, text/xml

Sample:
<PCUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 1</Description>
  <AddedDate>2025-01-09T20:08:41.3292571+00:00</AddedDate>
  <LastLoginDate>2025-01-09T20:08:41.3292571+00:00</LastLoginDate>
  <IPAddress>sample string 2</IPAddress>
  <SignalRConnectionID>sample string 3</SignalRConnectionID>
  <ApiRefreshToken>sample string 4</ApiRefreshToken>
</PCUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

PC
Name Description Type Additional information
ID

integer

None.

Description

string

String length: inclusive between 0 and 30

AddedDate

date

None.

LastLoginDate

date

None.

IPAddress

string

String length: inclusive between 0 and 50

SignalRConnectionID

string

String length: inclusive between 0 and 50

ApiRefreshToken

string

String length: inclusive between 0 and 1000

application/json, text/json

Sample:
{
  "id": 1,
  "description": "sample string 2",
  "addedDate": "2025-01-09T20:08",
  "lastLoginDate": "2025-01-09T20:08",
  "ipAddress": "sample string 5",
  "signalRConnectionID": "sample string 6",
  "apiRefreshToken": "sample string 7"
}

application/xml, text/xml

Sample:
<PC xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <Description>sample string 2</Description>
  <AddedDate>2025-01-09T20:08:41.4073819+00:00</AddedDate>
  <LastLoginDate>2025-01-09T20:08:41.4073819+00:00</LastLoginDate>
  <IPAddress>sample string 5</IPAddress>
  <SignalRConnectionID>sample string 6</SignalRConnectionID>
  <ApiRefreshToken>sample string 7</ApiRefreshToken>
</PC>