POST api/Setting/PostJournal
Request Information
URI Parameters
None.
Body Parameters
Journal| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| UserId | string |
Max length: 36 |
|
| OrderId | globally unique identifier |
None. |
|
| ItemId | globally unique identifier |
None. |
|
| TableId | integer |
None. |
|
| ActionId | integer |
None. |
|
| Created | date |
None. |
|
| LogMessage | string |
Max length: 300 |
|
| Synced | boolean |
None. |
|
| Action | string |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"UserId": "sample string 2",
"OrderId": "efe99518-f415-4843-89dd-49a788e61272",
"ItemId": "2c58cbdb-d907-4f02-a485-37d398523ebb",
"TableId": 1,
"ActionId": 3,
"Created": "2026-02-04T04:10:17.9338176+01:00",
"LogMessage": "sample string 5",
"Synced": true,
"Action": "sample string 7",
"UserName": "sample string 8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.