PUT api/v1/Statistics/UpdateStatistic
Request Information
URI Parameters
None.
Body Parameters
Statistics| Name | Description | Type | Additional information |
|---|---|---|---|
| _StatID | integer |
None. |
|
| _StatType | integer |
None. |
|
| _StatValue | integer |
None. |
|
| _StatDate | date |
None. |
|
| _SysNumber | integer |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"_StatID": 1,
"_StatType": 2,
"_StatValue": 3,
"_StatDate": "2025-12-06T17:37:41.2028675+00:00",
"_SysNumber": 5,
"_CreationDate": "2025-12-06T17:37:41.2028675+00:00",
"_UpdatedDate": "2025-12-06T17:37:41.2028675+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.