POST api/ChitFound/CreateChit

Request Information

URI Parameters

None.

Body Parameters

ChitFundModel
NameDescriptionTypeAdditional information
Abbrevation

string

None.

Name

string

None.

Chit_Start_Date

date

None.

Name1

string

None.

Chit_Day

integer

None.

Scheme_Amt

decimal number

None.

Normal_Double_Chit_Id

integer

None.

No_of_Members

integer

None.

Penality_Percetage

decimal number

None.

ControlAmt_Percetage

decimal number

None.

NewChit_ID

integer

None.

COMMRate_Percetage

decimal number

None.

Society_Contribution

integer

None.

Remarks

string

None.

Reg_Date

date

None.

Reg_Amount

decimal number

None.

Reg_No

integer

None.

Dept_Remarks

string

None.

STAT

string

None.

DESCRIPTION

string

None.

L_CODE

integer

None.

L_CODE1

decimal number

None.

L_CODE2

decimal number

None.

L_CODE3

decimal number

None.

L_CODE4

decimal number

None.

L_NAME

string

None.

DividendLedger

Collection of DividendLedger

None.

Request Formats

application/json, text/json

Sample:
{
  "Abbrevation": "sample string 1",
  "Name": "sample string 2",
  "Chit_Start_Date": "2026-01-17T21:49:28.38177+05:30",
  "Name1": "sample string 4",
  "Chit_Day": 5,
  "Scheme_Amt": 6.0,
  "Normal_Double_Chit_Id": 7,
  "No_of_Members": 8,
  "Penality_Percetage": 9.0,
  "ControlAmt_Percetage": 10.0,
  "NewChit_ID": 11,
  "COMMRate_Percetage": 12.0,
  "Society_Contribution": 13,
  "Remarks": "sample string 14",
  "Reg_Date": "2026-01-17T21:49:28.3837684+05:30",
  "Reg_Amount": 16.0,
  "Reg_No": 17,
  "Dept_Remarks": "sample string 18",
  "STAT": "sample string 19",
  "DESCRIPTION": "sample string 20",
  "L_CODE": 21,
  "L_CODE1": 22.0,
  "L_CODE2": 23.0,
  "L_CODE3": 24.0,
  "L_CODE4": 25.0,
  "L_NAME": "sample string 26",
  "DividendLedger": [
    {
      "L_CODE": 1.0,
      "L_NAME": "sample string 2",
      "L_CODE1": 3.0,
      "L_CODE2": 4.0,
      "L_CODE3": 5.0,
      "L_CODE4": 6.0
    },
    {
      "L_CODE": 1.0,
      "L_NAME": "sample string 2",
      "L_CODE1": 3.0,
      "L_CODE2": 4.0,
      "L_CODE3": 5.0,
      "L_CODE4": 6.0
    }
  ]
}

application/xml, text/xml

Sample:
<ChitFundModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnicoreApi.Models">
  <Abbrevation>sample string 1</Abbrevation>
  <COMMRate_Percetage>12</COMMRate_Percetage>
  <Chit_Day>5</Chit_Day>
  <Chit_Start_Date>2026-01-17T21:49:28.38177+05:30</Chit_Start_Date>
  <ControlAmt_Percetage>10</ControlAmt_Percetage>
  <DESCRIPTION>sample string 20</DESCRIPTION>
  <Dept_Remarks>sample string 18</Dept_Remarks>
  <DividendLedger>
    <DividendLedger>
      <L_CODE>1</L_CODE>
      <L_CODE1>3</L_CODE1>
      <L_CODE2>4</L_CODE2>
      <L_CODE3>5</L_CODE3>
      <L_CODE4>6</L_CODE4>
      <L_NAME>sample string 2</L_NAME>
    </DividendLedger>
    <DividendLedger>
      <L_CODE>1</L_CODE>
      <L_CODE1>3</L_CODE1>
      <L_CODE2>4</L_CODE2>
      <L_CODE3>5</L_CODE3>
      <L_CODE4>6</L_CODE4>
      <L_NAME>sample string 2</L_NAME>
    </DividendLedger>
  </DividendLedger>
  <L_CODE>21</L_CODE>
  <L_CODE1>22</L_CODE1>
  <L_CODE2>23</L_CODE2>
  <L_CODE3>24</L_CODE3>
  <L_CODE4>25</L_CODE4>
  <L_NAME>sample string 26</L_NAME>
  <Name>sample string 2</Name>
  <Name1>sample string 4</Name1>
  <NewChit_ID>11</NewChit_ID>
  <No_of_Members>8</No_of_Members>
  <Normal_Double_Chit_Id>7</Normal_Double_Chit_Id>
  <Penality_Percetage>9</Penality_Percetage>
  <Reg_Amount>16</Reg_Amount>
  <Reg_Date>2026-01-17T21:49:28.3837684+05:30</Reg_Date>
  <Reg_No>17</Reg_No>
  <Remarks>sample string 14</Remarks>
  <STAT>sample string 19</STAT>
  <Scheme_Amt>6</Scheme_Amt>
  <Society_Contribution>13</Society_Contribution>
</ChitFundModel>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.