PUT api/v1/AliveActivities/UpdateAliveActivity
Request Information
URI Parameters
None.
Body Parameters
AliveActivities| Name | Description | Type | Additional information |
|---|---|---|---|
| _AliveActivitiesID | integer |
None. |
|
| _ComputerInfosID | integer |
None. |
|
| _Component | COMPONENTS_ORIGIN |
None. |
|
| _Status | ACTIVITY_STATUS |
None. |
|
| _AppVersion | string |
String length: inclusive between 0 and 10 |
|
| _SysNumber | integer |
None. |
|
| _ComputerInfos | ComputerInfos |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"_AliveActivitiesID": 1,
"_ComputerInfosID": 2,
"_Component": 0,
"_Status": 0,
"_AppVersion": "sample string 3",
"_SysNumber": 4,
"_ComputerInfos": {
"_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": [],
"_CreationDate": "2025-12-06T17:37:42.0645733+00:00",
"_UpdatedDate": "2025-12-06T17:37:42.0645733+00:00"
},
"_CreationDate": "2025-12-06T17:37:42.0645733+00:00",
"_UpdatedDate": "2025-12-06T17:37:42.0645733+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.