POST api/FENews/GetNewsDetail

Request Information

URI Parameters

None.

Body Parameters

FENewsDetailCondition
NameDescriptionTypeAdditional information
Id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1
}

application/xml, text/xml

Sample:
<NewsModel.FENewsDetailCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <Id>1</Id>
</NewsModel.FENewsDetailCondition>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResultOfFENewsDetail
NameDescriptionTypeAdditional information
body

FENewsDetail

None.

isSuccess

boolean

None.

message

string

None.

code

string

None.

response

Enum

None.

exception

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml, text/xml

Sample:
<BaseModels.BaseResultOfNewsModel.FENewsDetailuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <body>
    <Content>sample string 3</Content>
    <Id>1</Id>
    <Title>sample string 2</Title>
    <UP_DateTime>2026-04-21T17:41:16.3602072+08:00</UP_DateTime>
  </body>
  <exception>sample string 2</exception>
  <isSuccess>true</isSuccess>
  <response i:nil="true" />
</BaseModels.BaseResultOfNewsModel.FENewsDetailuKWfnEcv>