POST api/Information/GetIndusNewsListByMonthAsync
Request Information
URI Parameters
None.
Body Parameters
NewsMastRequestInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| newsMastInfo | NewsMastInfo |
None. |
|
| NewsCount | integer |
None. |
|
| from | integer |
None. |
|
| to | integer |
None. |
|
| dbConst | string |
None. |
|
| UserDBConst | string |
None. |
|
| userId | string |
None. |
|
| password | string |
None. |
|
| token | string |
None. |
|
| clientCode | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"newsMastInfo": {
"NewsCode": 1,
"InsuCateCode": 2,
"InsuCode": 3,
"NewsDate": "2025-12-10T09:19:20.2875726+05:30",
"NewsSour": "sample string 5",
"Headline": "sample string 6",
"NewsDeta": "sample string 7",
"ResuPageCode": 8,
"SearKeyw": "sample string 9",
"ShorDesc": "sample string 10"
},
"NewsCount": 1,
"from": 2,
"to": 3,
"dbConst": "sample string 4",
"UserDBConst": "sample string 5",
"userId": "sample string 6",
"password": "sample string 7",
"token": "sample string 8",
"clientCode": 9
}
application/xml, text/xml
Sample:
<NewsMastRequestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.ECR.AppService.Info">
<UserDBConst>sample string 5</UserDBConst>
<clientCode>9</clientCode>
<dbConst>sample string 4</dbConst>
<password>sample string 7</password>
<token>sample string 8</token>
<userId>sample string 6</userId>
<NewsCount>1</NewsCount>
<from>2</from>
<newsMastInfo>
<Headline>sample string 6</Headline>
<InsuCateCode>2</InsuCateCode>
<InsuCode>3</InsuCode>
<NewsCode>1</NewsCode>
<NewsDate>2025-12-10T09:19:20.2875726+05:30</NewsDate>
<NewsDeta>sample string 7</NewsDeta>
<NewsSour>sample string 5</NewsSour>
<ResuPageCode>8</ResuPageCode>
<SearKeyw>sample string 9</SearKeyw>
<ShorDesc>sample string 10</ShorDesc>
</newsMastInfo>
<to>3</to>
</NewsMastRequestInfo>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.