POST api/AddLoanMaster
Request Information
URI Parameters
None.
Body Parameters
LoanMasterClass| Name | Description | Type | Additional information |
|---|---|---|---|
| loanid | integer |
None. |
|
| loanname | string |
None. |
|
| tenure | decimal number |
None. |
|
| minroi | decimal number |
None. |
|
| maxroi | decimal number |
None. |
|
| graceperiod | integer |
None. |
|
| fine | decimal number |
None. |
|
| pfees | decimal number |
None. |
|
| maxlimit | decimal number |
None. |
|
| loanpercntage | decimal number |
None. |
|
| producttypeid | integer |
None. |
|
| producttypename | string |
None. |
|
| loanpercntageto | decimal number |
None. |
|
| tenureto | decimal number |
None. |
|
| minlimit | decimal number |
None. |
|
| shortcode | string |
None. |
|
| pfeesto | decimal number |
None. |
|
| pfeesin | string |
None. |
|
| gstfrom | decimal number |
None. |
|
| gstto | decimal number |
None. |
|
| othertaxfrom | decimal number |
None. |
|
| othertaxto | decimal number |
None. |
|
| staticfine | decimal number |
None. |
|
| finein | string |
None. |
|
| addby | string |
None. |
|
| editby | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"loanid": 1,
"loanname": "sample string 2",
"tenure": 3.0,
"minroi": 4.0,
"maxroi": 5.0,
"graceperiod": 6,
"fine": 7.0,
"pfees": 8.0,
"maxlimit": 9.0,
"loanpercntage": 10.0,
"producttypeid": 11,
"producttypename": "sample string 12",
"loanpercntageto": 13.0,
"tenureto": 14.0,
"minlimit": 15.0,
"shortcode": "sample string 16",
"pfeesto": 17.0,
"pfeesin": "sample string 18",
"gstfrom": 19.0,
"gstto": 20.0,
"othertaxfrom": 21.0,
"othertaxto": 22.0,
"staticfine": 23.0,
"finein": "sample string 24",
"addby": "sample string 25",
"editby": "sample string 26"
}
application/xml, text/xml
Sample:
<LoanMasterClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BasicAuthentication.Models"> <addby>sample string 25</addby> <editby>sample string 26</editby> <fine>7</fine> <finein>sample string 24</finein> <graceperiod>6</graceperiod> <gstfrom>19</gstfrom> <gstto>20</gstto> <loanid>1</loanid> <loanname>sample string 2</loanname> <loanpercntage>10</loanpercntage> <loanpercntageto>13</loanpercntageto> <maxlimit>9</maxlimit> <maxroi>5</maxroi> <minlimit>15</minlimit> <minroi>4</minroi> <othertaxfrom>21</othertaxfrom> <othertaxto>22</othertaxto> <pfees>8</pfees> <pfeesin>sample string 18</pfeesin> <pfeesto>17</pfeesto> <producttypeid>11</producttypeid> <producttypename>sample string 12</producttypename> <shortcode>sample string 16</shortcode> <staticfine>23</staticfine> <tenure>3</tenure> <tenureto>14</tenureto> </LoanMasterClass>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.