POST api/ActionHistory/CreateActionHistory
Request Information
URI Parameters
None.
Body Parameters
ActionHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| UserID | integer |
None. |
|
| FullName | string |
None. |
|
| HostIP | string |
None. |
|
| DateModify | date |
None. |
|
| ActionsCode | string |
None. |
|
| News_ID | integer |
None. |
|
| Notes | string |
None. |
|
| Menu_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"UserID": 2,
"FullName": "sample string 3",
"HostIP": "sample string 4",
"DateModify": "2026-03-19T00:17:34.9668445+07:00",
"ActionsCode": "sample string 6",
"News_ID": 7,
"Notes": "sample string 8",
"Menu_ID": 9
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ReponseEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| SumRecord | string |
None. |
|
| Code | string |
None. |
|
| Message | string |
None. |
|
| Value | Object |
None. |
|
| ListValue | Collection of Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"SumRecord": "sample string 1",
"Code": "sample string 2",
"Message": "sample string 3",
"Value": {},
"ListValue": [
{},
{}
]
}