POST api/PigmyRemittance/CreatePigmyRemittance
Request Information
URI Parameters
None.
Body Parameters
PigmyRemittanceModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AGENT_ID | decimal number |
None. |
|
| AGENT_DESC | string |
None. |
|
| SCR_NO_NUM | string |
None. |
|
| TRANS_AMT | decimal number |
None. |
|
| REM_DATE | date |
None. |
|
| ACC_NO | string |
None. |
|
| NAME | string |
None. |
|
| LF | decimal number |
None. |
|
| Actul_INT | decimal number |
None. |
|
| BEF_BAL | decimal number |
None. |
|
| CARYF_BAL | decimal number |
None. |
|
| CUSTID | decimal number |
None. |
|
| ACC_ID | decimal number |
None. |
|
| DEP_BAL | decimal number |
None. |
|
| INT_AMT | decimal number |
None. |
|
| INT_RATE | decimal number |
None. |
|
| LAST_INTDT | date |
None. |
|
| Loan_less | decimal number |
None. |
|
| MAT_DT | date |
None. |
|
| MCODE | string |
None. |
|
| NET_BAL | decimal number |
None. |
|
| OPEN_DT | string |
None. |
|
| Other_less | decimal number |
None. |
|
| PRIN_BAL | decimal number |
None. |
|
| REPAY_DT | string |
None. |
|
| acscheme | decimal number |
None. |
|
| actype | decimal number |
None. |
|
| transtype | decimal number |
None. |
|
| glsubid | decimal number |
None. |
|
| BRANCH_ID | string |
None. |
|
| branchsel | decimal number |
None. |
|
| yrnd | string |
None. |
|
| stropdt | string |
None. |
|
| strrpdt | string |
None. |
|
| strmatdt | string |
None. |
|
| strlidt | string |
None. |
|
| TotalItemsCount | string |
None. |
|
| gt_dt | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AGENT_ID": 1.0,
"AGENT_DESC": "sample string 1",
"SCR_NO_NUM": "sample string 2",
"TRANS_AMT": 1.0,
"REM_DATE": "2026-01-17T22:11:17.34222+05:30",
"ACC_NO": "sample string 4",
"NAME": "sample string 5",
"LF": 1.0,
"Actul_INT": 6.0,
"BEF_BAL": 7.0,
"CARYF_BAL": 8.0,
"CUSTID": 9.0,
"ACC_ID": 10.0,
"DEP_BAL": 11.0,
"INT_AMT": 12.0,
"INT_RATE": 13.0,
"LAST_INTDT": "2026-01-17T22:11:17.3432067+05:30",
"Loan_less": 15.0,
"MAT_DT": "2026-01-17T22:11:17.3432067+05:30",
"MCODE": "sample string 17",
"NET_BAL": 18.0,
"OPEN_DT": "sample string 19",
"Other_less": 20.0,
"PRIN_BAL": 21.0,
"REPAY_DT": "sample string 22",
"acscheme": 23.0,
"actype": 24.0,
"transtype": 25.0,
"glsubid": 26.0,
"BRANCH_ID": "sample string 27",
"branchsel": 28.0,
"yrnd": "sample string 29",
"stropdt": "sample string 30",
"strrpdt": "sample string 31",
"strmatdt": "sample string 32",
"strlidt": "sample string 33",
"TotalItemsCount": "sample string 34",
"gt_dt": "sample string 35"
}
application/xml, text/xml
Sample:
<PigmyRemittanceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnicoreApi.Models"> <ACC_ID>10</ACC_ID> <ACC_NO>sample string 4</ACC_NO> <AGENT_DESC>sample string 1</AGENT_DESC> <AGENT_ID>1</AGENT_ID> <Actul_INT>6</Actul_INT> <BEF_BAL>7</BEF_BAL> <BRANCH_ID>sample string 27</BRANCH_ID> <CARYF_BAL>8</CARYF_BAL> <CUSTID>9</CUSTID> <DEP_BAL>11</DEP_BAL> <INT_AMT>12</INT_AMT> <INT_RATE>13</INT_RATE> <LAST_INTDT>2026-01-17T22:11:17.3432067+05:30</LAST_INTDT> <LF>1</LF> <Loan_less>15</Loan_less> <MAT_DT>2026-01-17T22:11:17.3432067+05:30</MAT_DT> <MCODE>sample string 17</MCODE> <NAME>sample string 5</NAME> <NET_BAL>18</NET_BAL> <OPEN_DT>sample string 19</OPEN_DT> <Other_less>20</Other_less> <PRIN_BAL>21</PRIN_BAL> <REM_DATE>2026-01-17T22:11:17.34222+05:30</REM_DATE> <REPAY_DT>sample string 22</REPAY_DT> <SCR_NO_NUM>sample string 2</SCR_NO_NUM> <TRANS_AMT>1</TRANS_AMT> <TotalItemsCount>sample string 34</TotalItemsCount> <acscheme>23</acscheme> <actype>24</actype> <branchsel>28</branchsel> <glsubid>26</glsubid> <gt_dt>sample string 35</gt_dt> <strlidt>sample string 33</strlidt> <strmatdt>sample string 32</strmatdt> <stropdt>sample string 30</stropdt> <strrpdt>sample string 31</strrpdt> <transtype>25</transtype> <yrnd>sample string 29</yrnd> </PigmyRemittanceModel>
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.