POST api/MessageDetail

“Detail”的文档。

Request Information

Parameters

NameDescriptionAdditional information
model
“model”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": "d727855b-ea43-4cb7-b4a6-5081a464b48e",
  "MessageType": "sample string 2",
  "Note": "sample string 3",
  "CreateTime": "2026-04-24T19:27:38.2843246+08:00",
  "CreateTimeStr": "2026-04-24 19:27:38",
  "OperatorId": "e9dc641f-e360-4737-8cbf-941ee8854eac",
  "IsRead": true,
  "ReadTime": "2026-04-24T19:27:38.2843246+08:00",
  "DeviceCode": "sample string 5",
  "DeviceId": "b7a60830-8191-4019-a2a5-0a79eb027ac5"
}

application/xml, text/xml

Sample:
<MessageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SCWC.ISMS.Model">
  <CreateTime>2026-04-24T19:27:38.2843246+08:00</CreateTime>
  <DeviceCode>sample string 5</DeviceCode>
  <DeviceId>b7a60830-8191-4019-a2a5-0a79eb027ac5</DeviceId>
  <Id>d727855b-ea43-4cb7-b4a6-5081a464b48e</Id>
  <IsRead>true</IsRead>
  <MessageType>sample string 2</MessageType>
  <Note>sample string 3</Note>
  <OperatorId>e9dc641f-e360-4737-8cbf-941ee8854eac</OperatorId>
  <ReadTime>2026-04-24T19:27:38.2843246+08:00</ReadTime>
</MessageModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />