POST api/DeleteLoanRoiTenureMaster

Request Information

URI Parameters

None.

Body Parameters

LoanRoiTenureClass
NameDescriptionTypeAdditional information
Min_Loanroi

decimal number

None.

Max_Loanroi

decimal number

None.

Min_Loantenure

decimal number

None.

Max_Loantenure

decimal number

None.

Min_LoantenureWly

decimal number

None.

Max_LoantenureWly

decimal number

None.

Min_LoantenureDly

decimal number

None.

Max_LoantenureDly

decimal number

None.

GoldCatRateIdIndex

integer

None.

GoldLoanValueIndex

integer

None.

LoanroitenureIndex

integer

None.

Adddate

date

None.

GoldCatRateId

integer

None.

GoldCatId

integer

None.

branchcode

string

None.

bshortcode

string

None.

branch

string

None.

GoldCategory

string

None.

Price_gm

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "Min_Loanroi": 1.0,
  "Max_Loanroi": 2.0,
  "Min_Loantenure": 3.0,
  "Max_Loantenure": 4.0,
  "Min_LoantenureWly": 5.0,
  "Max_LoantenureWly": 6.0,
  "Min_LoantenureDly": 7.0,
  "Max_LoantenureDly": 8.0,
  "GoldCatRateIdIndex": 9,
  "GoldLoanValueIndex": 10,
  "LoanroitenureIndex": 11,
  "Adddate": "2026-02-19T20:51:22.1533765+05:30",
  "GoldCatRateId": 13,
  "GoldCatId": 14,
  "branchcode": "sample string 15",
  "bshortcode": "sample string 16",
  "branch": "sample string 17",
  "GoldCategory": "sample string 18",
  "Price_gm": 19.0
}

application/xml, text/xml

Sample:
<LoanRoiTenureClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BasicAuthentication.Models">
  <Adddate>2026-02-19T20:51:22.1533765+05:30</Adddate>
  <GoldCatId>14</GoldCatId>
  <GoldCatRateId>13</GoldCatRateId>
  <GoldCatRateIdIndex>9</GoldCatRateIdIndex>
  <GoldCategory>sample string 18</GoldCategory>
  <GoldLoanValueIndex>10</GoldLoanValueIndex>
  <LoanroitenureIndex>11</LoanroitenureIndex>
  <Max_Loanroi>2</Max_Loanroi>
  <Max_Loantenure>4</Max_Loantenure>
  <Max_LoantenureDly>8</Max_LoantenureDly>
  <Max_LoantenureWly>6</Max_LoantenureWly>
  <Min_Loanroi>1</Min_Loanroi>
  <Min_Loantenure>3</Min_Loantenure>
  <Min_LoantenureDly>7</Min_LoantenureDly>
  <Min_LoantenureWly>5</Min_LoantenureWly>
  <Price_gm>19</Price_gm>
  <branch>sample string 17</branch>
  <branchcode>sample string 15</branchcode>
  <bshortcode>sample string 16</bshortcode>
</LoanRoiTenureClass>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.