POST api/Pigmy/PartPayment

Request Information

URI Parameters

None.

Body Parameters

Account_trans_mastModel
NameDescriptionTypeAdditional information
Actul_INT

decimal number

None.

BEF_BAL

decimal number

None.

CARYF_BAL

decimal number

None.

CUSTID

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.

PRSNT_DT

date

None.

MCODE

string

None.

NAME

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

string

None.

accno

string

None.

branchsel

decimal number

None.

yrnd

string

None.

stropdt

string

None.

strrpdt

string

None.

strmatdt

string

None.

strlidt

string

None.

ACC_ID

decimal number

None.

Me

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Actul_INT": 1.0,
  "BEF_BAL": 2.0,
  "CARYF_BAL": 3.0,
  "CUSTID": 4.0,
  "DEP_BAL": 5.0,
  "INT_AMT": 6.0,
  "INT_RATE": 7.0,
  "LAST_INTDT": "2026-01-17T21:52:04.4154691+05:30",
  "Loan_less": 9.0,
  "MAT_DT": "2026-01-17T21:52:04.4154691+05:30",
  "PRSNT_DT": "2026-01-17T21:52:04.4154691+05:30",
  "MCODE": "sample string 12",
  "NAME": "sample string 13",
  "NET_BAL": 14.0,
  "OPEN_DT": "sample string 15",
  "Other_less": 16.0,
  "PRIN_BAL": 17.0,
  "REPAY_DT": "sample string 18",
  "acscheme": 19.0,
  "actype": 20.0,
  "transtype": 21.0,
  "glsubid": 22.0,
  "branch": "sample string 23",
  "accno": "sample string 24",
  "branchsel": 25.0,
  "yrnd": "sample string 26",
  "stropdt": "sample string 27",
  "strrpdt": "sample string 28",
  "strmatdt": "sample string 29",
  "strlidt": "sample string 30",
  "ACC_ID": 31.0,
  "Me": "sample string 32"
}

application/xml, text/xml

Sample:
<Account_trans_mastModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnicoreApi.Models">
  <ACC_ID>31</ACC_ID>
  <Actul_INT>1</Actul_INT>
  <BEF_BAL>2</BEF_BAL>
  <CARYF_BAL>3</CARYF_BAL>
  <CUSTID>4</CUSTID>
  <DEP_BAL>5</DEP_BAL>
  <INT_AMT>6</INT_AMT>
  <INT_RATE>7</INT_RATE>
  <LAST_INTDT>2026-01-17T21:52:04.4154691+05:30</LAST_INTDT>
  <Loan_less>9</Loan_less>
  <MAT_DT>2026-01-17T21:52:04.4154691+05:30</MAT_DT>
  <MCODE>sample string 12</MCODE>
  <Me>sample string 32</Me>
  <NAME>sample string 13</NAME>
  <NET_BAL>14</NET_BAL>
  <OPEN_DT>sample string 15</OPEN_DT>
  <Other_less>16</Other_less>
  <PRIN_BAL>17</PRIN_BAL>
  <PRSNT_DT>2026-01-17T21:52:04.4154691+05:30</PRSNT_DT>
  <REPAY_DT>sample string 18</REPAY_DT>
  <accno>sample string 24</accno>
  <acscheme>19</acscheme>
  <actype>20</actype>
  <branch>sample string 23</branch>
  <branchsel>25</branchsel>
  <glsubid>22</glsubid>
  <strlidt>sample string 30</strlidt>
  <strmatdt>sample string 29</strmatdt>
  <stropdt>sample string 27</stropdt>
  <strrpdt>sample string 28</strrpdt>
  <transtype>21</transtype>
  <yrnd>sample string 26</yrnd>
</Account_trans_mastModel>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.