POST api/LearningCenter/GetTopFaqList

Request Information

URI Parameters

None.

Body Parameters

FaqMastRequestInfo
NameDescriptionTypeAdditional information
faqMastInfo

FaqMastInfo

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:
{
  "faqMastInfo": {
    "FAQCode": 1,
    "InsuCateCode": 2,
    "FAQDate": "2025-12-10T09:15:58.9168889+05:30",
    "Headline": "sample string 4",
    "FAQCont": "sample string 5",
    "ResuPageCode": 6,
    "Count": 7
  },
  "dbConst": "sample string 1",
  "UserDBConst": "sample string 2",
  "userId": "sample string 3",
  "password": "sample string 4",
  "token": "sample string 5",
  "clientCode": 6
}

application/xml, text/xml

Sample:
<FaqMastRequestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.ECR.AppService.Info">
  <UserDBConst>sample string 2</UserDBConst>
  <clientCode>6</clientCode>
  <dbConst>sample string 1</dbConst>
  <password>sample string 4</password>
  <token>sample string 5</token>
  <userId>sample string 3</userId>
  <faqMastInfo>
    <Count>7</Count>
    <FAQCode>1</FAQCode>
    <FAQCont>sample string 5</FAQCont>
    <FAQDate>2025-12-10T09:15:58.9168889+05:30</FAQDate>
    <Headline>sample string 4</Headline>
    <InsuCateCode>2</InsuCateCode>
    <ResuPageCode>6</ResuPageCode>
  </faqMastInfo>
</FaqMastRequestInfo>

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 'FaqMastRequestInfo'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.