POST api/PigmyCreations/createApplicationMast
Request Information
URI Parameters
None.
Body Parameters
PigmyCreationModels| Name | Description | Type | Additional information |
|---|---|---|---|
| CUSTID | decimal number |
None. |
|
| branchid | decimal number |
None. |
|
| CUSNAME | string |
None. |
|
| GNAME_LL | string |
None. |
|
| ACC_NO | string |
None. |
|
| AGENT_ID | decimal number |
None. |
|
| AGREED_AMT | decimal number |
None. |
|
| GLSUB_ID | decimal number |
None. |
|
| INT_RATE | decimal number |
None. |
|
| LAST_INTDT | date |
None. |
|
| LF | string |
None. |
|
| Open_DT | date |
None. |
|
| AGENT_DESC | string |
None. |
|
| ACC_ID | decimal number |
None. |
|
| PERIOD_M_DISP | decimal number |
None. |
|
| NomineeAdd | Collection of NomineeAdd |
None. |
|
| PRM_VAL | decimal number |
None. |
|
| schmewise | boolean |
None. |
|
| AGENT_CODE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CUSTID": 1.0,
"branchid": 1.0,
"CUSNAME": "sample string 1",
"GNAME_LL": "sample string 2",
"ACC_NO": "sample string 3",
"AGENT_ID": 4.0,
"AGREED_AMT": 5.0,
"GLSUB_ID": 6.0,
"INT_RATE": 7.0,
"LAST_INTDT": "2026-01-17T21:52:38.5210662+05:30",
"LF": "sample string 9",
"Open_DT": "2026-01-17T21:52:38.5210662+05:30",
"AGENT_DESC": "sample string 11",
"ACC_ID": 12.0,
"PERIOD_M_DISP": 13.0,
"NomineeAdd": [
{
"BEN_AGE": 1.0,
"BEN_NAME": "sample string 2",
"BEN_REL": 3.0,
"BEN_GENDER": 4.0,
"BEN_NomineePerc": 5.0
},
{
"BEN_AGE": 1.0,
"BEN_NAME": "sample string 2",
"BEN_REL": 3.0,
"BEN_GENDER": 4.0,
"BEN_NomineePerc": 5.0
}
],
"PRM_VAL": 14.0,
"schmewise": true,
"AGENT_CODE": "sample string 16"
}
application/xml, text/xml
Sample:
<PigmyCreationModels xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnicoreApi.Models">
<ACC_ID>12</ACC_ID>
<ACC_NO>sample string 3</ACC_NO>
<AGENT_CODE>sample string 16</AGENT_CODE>
<AGENT_DESC>sample string 11</AGENT_DESC>
<AGENT_ID>4</AGENT_ID>
<AGREED_AMT>5</AGREED_AMT>
<CUSNAME>sample string 1</CUSNAME>
<CUSTID>1</CUSTID>
<GLSUB_ID>6</GLSUB_ID>
<GNAME_LL>sample string 2</GNAME_LL>
<INT_RATE>7</INT_RATE>
<LAST_INTDT>2026-01-17T21:52:38.5210662+05:30</LAST_INTDT>
<LF>sample string 9</LF>
<NomineeAdd>
<NomineeAdd>
<BEN_AGE>1</BEN_AGE>
<BEN_GENDER>4</BEN_GENDER>
<BEN_NAME>sample string 2</BEN_NAME>
<BEN_NomineePerc>5</BEN_NomineePerc>
<BEN_REL>3</BEN_REL>
</NomineeAdd>
<NomineeAdd>
<BEN_AGE>1</BEN_AGE>
<BEN_GENDER>4</BEN_GENDER>
<BEN_NAME>sample string 2</BEN_NAME>
<BEN_NomineePerc>5</BEN_NomineePerc>
<BEN_REL>3</BEN_REL>
</NomineeAdd>
</NomineeAdd>
<Open_DT>2026-01-17T21:52:38.5210662+05:30</Open_DT>
<PERIOD_M_DISP>13</PERIOD_M_DISP>
<PRM_VAL>14</PRM_VAL>
<branchid>1</branchid>
<schmewise>true</schmewise>
</PigmyCreationModels>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.