POST api/OnlineTools/GetFromsCategoryListAsync

Request Information

URI Parameters

None.

Body Parameters

FormsMastRequestInfo
NameDescriptionTypeAdditional information
InsuCateCode

integer

None.

InsuCode

integer

None.

FormCateCode

integer

None.

SearchData

string

None.

fromsMastInfo

FromsMastInfo

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:
{
  "InsuCateCode": 1,
  "InsuCode": 2,
  "FormCateCode": 3,
  "SearchData": "sample string 4",
  "fromsMastInfo": {
    "formsreports": {
      "FormCode": 1,
      "InsuCateCode": 2,
      "InsuCateName": "sample string 3",
      "InsuName": "sample string 4",
      "InsuCode": 5,
      "FormDate": "2025-12-10T09:19:02.6457306+05:30",
      "FormName": "sample string 7",
      "ShorDesc": "sample string 8",
      "RelaPath": "sample string 9",
      "ResuPageCode": 10,
      "SearKeyw": "sample string 11",
      "SeriNumb": 12,
      "ShowNew": true,
      "FormCateCode": 14
    },
    "formsCategory": {
      "InsuCateCode": 1,
      "InsuCateName": "sample string 2",
      "srid": 3
    },
    "formsCompany": {
      "InsuCateCode": 1,
      "InsucateName": "sample string 2",
      "InsuName": "sample string 3",
      "InsuCode": 4,
      "SerialNo": 5
    },
    "formsType": {
      "InsuCateCode": 1,
      "FormName": "sample string 2",
      "InsuCode": 3,
      "FormCateCode": 4,
      "SrNum": 5
    }
  },
  "dbConst": "sample string 5",
  "UserDBConst": "sample string 6",
  "userId": "sample string 7",
  "password": "sample string 8",
  "token": "sample string 9",
  "clientCode": 10
}

application/xml, text/xml

Sample:
<FormsMastRequestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.ECR.AppService.Info">
  <UserDBConst>sample string 6</UserDBConst>
  <clientCode>10</clientCode>
  <dbConst>sample string 5</dbConst>
  <password>sample string 8</password>
  <token>sample string 9</token>
  <userId>sample string 7</userId>
  <FormCateCode>3</FormCateCode>
  <InsuCateCode>1</InsuCateCode>
  <InsuCode>2</InsuCode>
  <SearchData>sample string 4</SearchData>
  <fromsMastInfo>
    <formsCategory>
      <InsuCateCode>1</InsuCateCode>
      <InsuCateName>sample string 2</InsuCateName>
      <srid>3</srid>
    </formsCategory>
    <formsCompany>
      <InsuCateCode>1</InsuCateCode>
      <InsuCode>4</InsuCode>
      <InsuName>sample string 3</InsuName>
      <InsucateName>sample string 2</InsucateName>
      <SerialNo>5</SerialNo>
    </formsCompany>
    <formsType>
      <FormCateCode>4</FormCateCode>
      <FormName>sample string 2</FormName>
      <InsuCateCode>1</InsuCateCode>
      <InsuCode>3</InsuCode>
      <SrNum>5</SrNum>
    </formsType>
    <formsreports>
      <FormCateCode>14</FormCateCode>
      <FormCode>1</FormCode>
      <FormDate>2025-12-10T09:19:02.6457306+05:30</FormDate>
      <FormName>sample string 7</FormName>
      <InsuCateCode>2</InsuCateCode>
      <InsuCateName>sample string 3</InsuCateName>
      <InsuCode>5</InsuCode>
      <InsuName>sample string 4</InsuName>
      <RelaPath>sample string 9</RelaPath>
      <ResuPageCode>10</ResuPageCode>
      <SearKeyw>sample string 11</SearKeyw>
      <SeriNumb>12</SeriNumb>
      <ShorDesc>sample string 8</ShorDesc>
      <ShowNew>true</ShowNew>
    </formsreports>
  </fromsMastInfo>
</FormsMastRequestInfo>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.