POST api/AddGoldLoanValue

Request Information

URI Parameters

None.

Body Parameters

Collection of GoldLoanValueClass
NameDescriptionTypeAdditional information
Min_Loanvalue

decimal number

None.

Max_Loanvalue

decimal number

None.

GoldCatRateIdIndex

integer

None.

GoldLoanValueIndex

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_Loanvalue": 1.0,
    "Max_Loanvalue": 2.0,
    "GoldCatRateIdIndex": 3,
    "GoldLoanValueIndex": 4,
    "Adddate": "2026-02-19T20:49:03.8802968+05:30",
    "GoldCatRateId": 6,
    "GoldCatId": 7,
    "branchcode": "sample string 8",
    "bshortcode": "sample string 9",
    "branch": "sample string 10",
    "GoldCategory": "sample string 11",
    "Price_gm": 12.0
  },
  {
    "Min_Loanvalue": 1.0,
    "Max_Loanvalue": 2.0,
    "GoldCatRateIdIndex": 3,
    "GoldLoanValueIndex": 4,
    "Adddate": "2026-02-19T20:49:03.8802968+05:30",
    "GoldCatRateId": 6,
    "GoldCatId": 7,
    "branchcode": "sample string 8",
    "bshortcode": "sample string 9",
    "branch": "sample string 10",
    "GoldCategory": "sample string 11",
    "Price_gm": 12.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfGoldLoanValueClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BasicAuthentication.Models">
  <GoldLoanValueClass>
    <Adddate>2026-02-19T20:49:03.8802968+05:30</Adddate>
    <GoldCatId>7</GoldCatId>
    <GoldCatRateId>6</GoldCatRateId>
    <GoldCatRateIdIndex>3</GoldCatRateIdIndex>
    <GoldCategory>sample string 11</GoldCategory>
    <GoldLoanValueIndex>4</GoldLoanValueIndex>
    <Max_Loanvalue>2</Max_Loanvalue>
    <Min_Loanvalue>1</Min_Loanvalue>
    <Price_gm>12</Price_gm>
    <branch>sample string 10</branch>
    <branchcode>sample string 8</branchcode>
    <bshortcode>sample string 9</bshortcode>
  </GoldLoanValueClass>
  <GoldLoanValueClass>
    <Adddate>2026-02-19T20:49:03.8802968+05:30</Adddate>
    <GoldCatId>7</GoldCatId>
    <GoldCatRateId>6</GoldCatRateId>
    <GoldCatRateIdIndex>3</GoldCatRateIdIndex>
    <GoldCategory>sample string 11</GoldCategory>
    <GoldLoanValueIndex>4</GoldLoanValueIndex>
    <Max_Loanvalue>2</Max_Loanvalue>
    <Min_Loanvalue>1</Min_Loanvalue>
    <Price_gm>12</Price_gm>
    <branch>sample string 10</branch>
    <branchcode>sample string 8</branchcode>
    <bshortcode>sample string 9</bshortcode>
  </GoldLoanValueClass>
</ArrayOfGoldLoanValueClass>

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.