POST publicmsg/savepublicmsgreadrecords

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
entity
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RecordId": "sample string 1",
  "PublicMsgId": "sample string 2",
  "UserName": "sample string 3",
  "ReadTime": "2025-07-17T16:44:43.9196671+08:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Counts": 2,
  "Code": "sample string 3",
  "Message": "sample string 4",
  "IsSuccess": true
}