PUT api/v1/ComputerInfos/UpdateComputerInfo

Request Information

URI Parameters

None.

Body Parameters

ComputerInfos
NameDescriptionTypeAdditional information
_ComputerInfosID

integer

None.

_PcGuid

string

String length: inclusive between 0 and 100

_PcIp

string

String length: inclusive between 0 and 50

_PcOs

string

String length: inclusive between 0 and 100

_PcCpu

string

String length: inclusive between 0 and 100

_PcRam

string

String length: inclusive between 0 and 100

_SysNumber

integer

None.

_AliveActivities

Collection of AliveActivities

None.

_CreationDate

date

None.

_UpdatedDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "_ComputerInfosID": 1,
  "_PcGuid": "sample string 2",
  "_PcIp": "sample string 3",
  "_PcOs": "sample string 4",
  "_PcCpu": "sample string 5",
  "_PcRam": "sample string 6",
  "_SysNumber": 7,
  "_AliveActivities": [
    {
      "_AliveActivitiesID": 1,
      "_ComputerInfosID": 2,
      "_Component": 0,
      "_Status": 0,
      "_AppVersion": "sample string 3",
      "_SysNumber": 4,
      "_CreationDate": "2025-12-06T17:35:41.3131939+00:00",
      "_UpdatedDate": "2025-12-06T17:35:41.3131939+00:00"
    },
    {
      "_AliveActivitiesID": 1,
      "_ComputerInfosID": 2,
      "_Component": 0,
      "_Status": 0,
      "_AppVersion": "sample string 3",
      "_SysNumber": 4,
      "_CreationDate": "2025-12-06T17:35:41.3131939+00:00",
      "_UpdatedDate": "2025-12-06T17:35:41.3131939+00:00"
    }
  ],
  "_CreationDate": "2025-12-06T17:35:41.3131939+00:00",
  "_UpdatedDate": "2025-12-06T17:35:41.3131939+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.