POST api/DelLoanSetting

Request Information

URI Parameters

None.

Body Parameters

LOAN_SETTING
NameDescriptionTypeAdditional information
Loan_setting_id

integer

None.

Loan_type_id

integer

None.

Scheme_code

string

None.

Loan_l_id

integer

None.

Intr_l_id

integer

None.

Due_l_id

integer

None.

Intr_rate

decimal number

None.

Due_intr_rate

decimal number

None.

Tenure

integer

None.

Installment_type

integer

None.

Installment_count

integer

None.

Tarani

integer

None.

Short_name

string

None.

Status

integer

None.

Created_by

string

None.

Created_date

date

None.

Modified_by

string

None.

Modified_date

date

None.

Intr_cr_l_id

integer

None.

Sarcharge_l_id

integer

None.

Recovery_l_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Loan_setting_id": 1,
  "Loan_type_id": 2,
  "Scheme_code": "sample string 3",
  "Loan_l_id": 4,
  "Intr_l_id": 5,
  "Due_l_id": 6,
  "Intr_rate": 7.0,
  "Due_intr_rate": 8.0,
  "Tenure": 9,
  "Installment_type": 10,
  "Installment_count": 11,
  "Tarani": 12,
  "Short_name": "sample string 13",
  "Status": 14,
  "Created_by": "sample string 15",
  "Created_date": "2026-06-25T21:43:04.1081434+05:30",
  "Modified_by": "sample string 17",
  "Modified_date": "2026-06-25T21:43:04.1081434+05:30",
  "Intr_cr_l_id": 19,
  "Sarcharge_l_id": 20,
  "Recovery_l_id": 21
}

application/xml, text/xml

Sample:
<LOAN_SETTING xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Account.Models">
  <Created_by>sample string 15</Created_by>
  <Created_date>2026-06-25T21:43:04.1081434+05:30</Created_date>
  <Due_intr_rate>8</Due_intr_rate>
  <Due_l_id>6</Due_l_id>
  <Installment_count>11</Installment_count>
  <Installment_type>10</Installment_type>
  <Intr_cr_l_id>19</Intr_cr_l_id>
  <Intr_l_id>5</Intr_l_id>
  <Intr_rate>7</Intr_rate>
  <Loan_l_id>4</Loan_l_id>
  <Loan_setting_id>1</Loan_setting_id>
  <Loan_type_id>2</Loan_type_id>
  <Modified_by>sample string 17</Modified_by>
  <Modified_date>2026-06-25T21:43:04.1081434+05:30</Modified_date>
  <Recovery_l_id>21</Recovery_l_id>
  <Sarcharge_l_id>20</Sarcharge_l_id>
  <Scheme_code>sample string 3</Scheme_code>
  <Short_name>sample string 13</Short_name>
  <Status>14</Status>
  <Tarani>12</Tarani>
  <Tenure>9</Tenure>
</LOAN_SETTING>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.