POST api/v1/Statistics/CreateStatistic
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. |
|
| _Stat | integer |
None. |
|
| _CreationDate | date |
None. |
|
| _UpdatedDate | date |
None. |
|
| _SysNumber | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"_StatID": 1,
"_StatType": 2,
"_StatValue": 3,
"_StatDate": "2026-01-20T20:25:36.2884045+00:00",
"_Stat": 5,
"_CreationDate": "2026-01-20T20:25:36.2884045+00:00",
"_UpdatedDate": "2026-01-20T20:25:36.2884045+00:00",
"_SysNumber": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.