POST RCS/SysDoc/SaveSystemLog

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
jsonData
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "fchrCode": "sample string 1",
  "fchrName": "sample string 2",
  "fchrTime": "sample string 3",
  "fchrLogType": "sample string 4",
  "fchrLogContent": "sample string 5",
  "fchrLogSource": "sample string 6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "fboolOk": true,
  "fchrMessage": "sample string 2",
  "fintRecordCount": 3,
  "fobjData": {}
}