POST api/Setting/PostJournal

Request Information

URI Parameters

None.

Body Parameters

Journal
NameDescriptionTypeAdditional 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": "d6c1a98c-02ee-4f0a-b7f1-74e4f4c62681",
  "ItemId": "509a85d5-cdfc-4b0c-9218-3a5fcb320b64",
  "TableId": 1,
  "ActionId": 3,
  "Created": "2026-08-06T01:27:12.0403082+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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.