PUT 17.0/database/systemlocks/{id}

Description

Update existing System Locks

URI Parameters

Name Description Type Additional information
id

string

Required

Name Description Type Additional information
ID

string

String length: inclusive between 0 and 255

UserID

integer

None.

DateTime

date

None.

PCID

integer

None.

ExtraInfo

string

String length: inclusive between 0 and 255

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "userID": 1,
  "dateTime": "2025-01-09T20:14",
  "pcid": 1,
  "extraInfo": "sample string 2"
}

application/xml, text/xml

Sample:
<SystemLocksUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>sample string 1</ID>
  <UserID>1</UserID>
  <DateTime>2025-01-09T20:14:57.0469337+00:00</DateTime>
  <PCID>1</PCID>
  <ExtraInfo>sample string 2</ExtraInfo>
</SystemLocksUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

string

String length: inclusive between 0 and 255

UserID

integer

None.

DateTime

date

None.

PCID

integer

None.

ExtraInfo

string

String length: inclusive between 0 and 255

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "userID": 2,
  "dateTime": "2025-01-09T20:14",
  "pcid": 4,
  "extraInfo": "sample string 5"
}

application/xml, text/xml

Sample:
<SystemLocks xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>sample string 1</ID>
  <UserID>2</UserID>
  <DateTime>2025-01-09T20:14:57.0469337+00:00</DateTime>
  <PCID>4</PCID>
  <ExtraInfo>sample string 5</ExtraInfo>
</SystemLocks>