POST api/MessageDetail
“Detail”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | “model”的文档。 |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Id": "7187169d-5467-42ae-8e98-cfc45227da06",
"MessageType": "sample string 2",
"Note": "sample string 3",
"CreateTime": "2026-07-18T17:09:27.4197301+08:00",
"CreateTimeStr": "2026-07-18 17:09:27",
"OperatorId": "9f01b255-4238-4b86-a78b-82594245a398",
"IsRead": true,
"ReadTime": "2026-07-18T17:09:27.4197301+08:00",
"DeviceCode": "sample string 5",
"DeviceId": "6f062b32-a61a-41be-b17d-41bb0830413d"
}
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-07-18T17:09:27.4197301+08:00</CreateTime> <DeviceCode>sample string 5</DeviceCode> <DeviceId>6f062b32-a61a-41be-b17d-41bb0830413d</DeviceId> <Id>7187169d-5467-42ae-8e98-cfc45227da06</Id> <IsRead>true</IsRead> <MessageType>sample string 2</MessageType> <Note>sample string 3</Note> <OperatorId>9f01b255-4238-4b86-a78b-82594245a398</OperatorId> <ReadTime>2026-07-18T17:09:27.4197301+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/" />