POST api/WMPortfolio/GetFromsTypeList

Request Information

URI Parameters

None.

Body Parameters

FormsMastInputInfo
NameDescriptionTypeAdditional information
InsuCateCode

integer

None.

InsuCode

integer

None.

FormCateCode

integer

None.

SearchData

string

None.

fromsMastInfo

FormsMastInfo

None.

UserID

string

Required

Password

string

Required

IFAID

string

Required

Token

string

Required

GrouID

integer

None.

MembID

string

None.

DBCliecode

integer

None.

dbConst

string

None.

clientCode

string

None.

BSEClientId

string

None.

UserDBConst

string

None.

CreateLogDBConst

string

None.

CreateLogbool

string

None.

IPAdd

string

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:20:53.9613444+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
    }
  },
  "UserID": "sample string 5",
  "Password": "sample string 6",
  "IFAID": "sample string 7",
  "Token": "sample string 8",
  "GrouID": 9,
  "MembID": "sample string 10",
  "DBCliecode": 11,
  "dbConst": "sample string 12",
  "clientCode": "sample string 13",
  "BSEClientId": "sample string 14",
  "UserDBConst": "sample string 15",
  "CreateLogDBConst": "sample string 16",
  "CreateLogbool": "sample string 17",
  "IPAdd": "sample string 18"
}

application/xml, text/xml

Sample:
<FormsMastInputInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WMDataService.Models">
  <BSEClientId>sample string 14</BSEClientId>
  <CreateLogDBConst>sample string 16</CreateLogDBConst>
  <CreateLogbool>sample string 17</CreateLogbool>
  <DBCliecode>11</DBCliecode>
  <GrouID>9</GrouID>
  <IFAID>sample string 7</IFAID>
  <IPAdd>sample string 18</IPAdd>
  <MembID>sample string 10</MembID>
  <Password>sample string 6</Password>
  <Token>sample string 8</Token>
  <UserDBConst>sample string 15</UserDBConst>
  <UserID>sample string 5</UserID>
  <clientCode>sample string 13</clientCode>
  <dbConst>sample string 12</dbConst>
  <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:20:53.9613444+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>
</FormsMastInputInfo>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.