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": "80b87abc-9f04-4004-8c82-02a7e6affdd5",
"ItemId": "a5a68c83-4ff5-48a6-9fcc-2641f9402891",
"TableId": 1,
"ActionId": 3,
"Created": "2026-06-21T22:45:55.3847575+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.