POST api/DeleteGoldRate
Request Information
URI Parameters
None.
Body Parameters
GoldRateMasterClass| Name | Description | Type | Additional information |
|---|---|---|---|
| GoldCatRateId | integer |
None. |
|
| GoldCatId | integer |
None. |
|
| branchcode | string |
None. |
|
| bshortcode | string |
None. |
|
| branch | string |
None. |
|
| GoldCategory | string |
None. |
|
| Price_gm | decimal number |
None. |
|
| EffectDate | date |
None. |
|
| branchpricelist | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"GoldCatRateId": 1,
"GoldCatId": 2,
"branchcode": "sample string 3",
"bshortcode": "sample string 4",
"branch": "sample string 5",
"GoldCategory": "sample string 6",
"Price_gm": 7.0,
"EffectDate": "2026-02-19T20:48:22.056792+05:30",
"branchpricelist": "sample string 9"
}
application/xml, text/xml
Sample:
<GoldRateMasterClass xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BasicAuthentication.Models"> <EffectDate>2026-02-19T20:48:22.056792+05:30</EffectDate> <GoldCatId>2</GoldCatId> <GoldCatRateId>1</GoldCatRateId> <GoldCategory>sample string 6</GoldCategory> <Price_gm>7</Price_gm> <branch>sample string 5</branch> <branchcode>sample string 3</branchcode> <branchpricelist>sample string 9</branchpricelist> <bshortcode>sample string 4</bshortcode> </GoldRateMasterClass>
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.