POST api/Media/GetPostAnswer
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiInfoEntityOfListOfPostAnswerEntityName | Description | Type | Additional information |
---|---|---|---|
data | Collection of PostAnswerEntity |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "objectType": 1, "objectId": "sample string 2", "infoId": 3, "answerContent": "sample string 4", "infoContent": "sample string 5", "recvInfoTime": "2025-04-20 06:58:48" }, { "objectType": 1, "objectId": "sample string 2", "infoId": 3, "answerContent": "sample string 4", "infoContent": "sample string 5", "recvInfoTime": "2025-04-20 06:58:48" } ], "code": 1, "msg": "sample string 2" }
application/xml, text/xml
Sample:
<ApiInfoEntityOfArrayOfPostAnswerEntityNdF_SKQEZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WisdomMobileCar.Model"> <Code>1</Code> <Message>sample string 2</Message> <Data> <PostAnswerEntity> <answerContent>sample string 4</answerContent> <infoContent>sample string 5</infoContent> <infoId>3</infoId> <objectId>sample string 2</objectId> <objectType>1</objectType> <recvInfoTime>2025-04-20T06:58:48.5482072+08:00</recvInfoTime> </PostAnswerEntity> <PostAnswerEntity> <answerContent>sample string 4</answerContent> <infoContent>sample string 5</infoContent> <infoId>3</infoId> <objectId>sample string 2</objectId> <objectType>1</objectType> <recvInfoTime>2025-04-20T06:58:48.5482072+08:00</recvInfoTime> </PostAnswerEntity> </Data> </ApiInfoEntityOfArrayOfPostAnswerEntityNdF_SKQEZ>