POST api/Information/GetAMCList

Request Information

URI Parameters

None.

Body Parameters

NewsLetterMastRequestInfo
NameDescriptionTypeAdditional information
NewsLetterMastInfo

NewsLetterMastInfo

None.

Year

string

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:
{
  "NewsLetterMastInfo": {
    "RelaImagPath": "sample string 1",
    "NewsTitle": "sample string 2",
    "Description": "sample string 3",
    "DispDate": "2025-12-10T09:19:18.7536274+05:30",
    "RelaNewsLink": "sample string 5"
  },
  "Year": "sample string 1",
  "dbConst": "sample string 2",
  "UserDBConst": "sample string 3",
  "userId": "sample string 4",
  "password": "sample string 5",
  "token": "sample string 6",
  "clientCode": 7
}

application/xml, text/xml

Sample:
<NewsLetterMastRequestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.ECR.AppService.Info">
  <UserDBConst>sample string 3</UserDBConst>
  <clientCode>7</clientCode>
  <dbConst>sample string 2</dbConst>
  <password>sample string 5</password>
  <token>sample string 6</token>
  <userId>sample string 4</userId>
  <NewsLetterMastInfo>
    <Description>sample string 3</Description>
    <DispDate>2025-12-10T09:19:18.7536274+05:30</DispDate>
    <NewsTitle>sample string 2</NewsTitle>
    <RelaImagPath>sample string 1</RelaImagPath>
    <RelaNewsLink>sample string 5</RelaNewsLink>
  </NewsLetterMastInfo>
  <Year>sample string 1</Year>
</NewsLetterMastRequestInfo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NewsLetterMastRequestInfo'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.