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": "e6c7c403-b88e-48ae-a076-51037162569b",
"ItemId": "05b5541f-f887-4d20-a46b-ea711eca02ed",
"TableId": 1,
"ActionId": 3,
"Created": "2026-09-20T13:15:50.393604+02: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.