PUT api/Masters/UpdateBullionRate
Request Information
URI Parameters
None.
Body Parameters
BullionRateModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Gold22K | decimal number |
None. |
|
| Gold18K | decimal number |
None. |
|
| Time | string |
None. |
|
| Gold | string |
None. |
|
| Id | integer |
None. |
|
| Gold9999 | decimal number |
None. |
|
| Gold9950 | decimal number |
None. |
|
| Silver | decimal number |
None. |
|
| McxGold | decimal number |
None. |
|
| McxSilver | decimal number |
None. |
|
| RtgsRate | decimal number |
None. |
|
| CreatedAt | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Gold22K": 1.0,
"Gold18K": 2.0,
"Time": "sample string 3",
"Gold": "sample string 4",
"Id": 5,
"Gold9999": 6.0,
"Gold9950": 7.0,
"Silver": 8.0,
"McxGold": 9.0,
"McxSilver": 10.0,
"RtgsRate": 11.0,
"CreatedAt": "2026-05-18T04:38:21.1438496+05:30"
}
application/xml, text/xml
Sample:
<BullionRateModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/akwiecommApi.Models"> <CreatedAt>2026-05-18T04:38:21.1438496+05:30</CreatedAt> <Gold>sample string 4</Gold> <Gold18K>2</Gold18K> <Gold22K>1</Gold22K> <Gold9950>7</Gold9950> <Gold9999>6</Gold9999> <Id>5</Id> <McxGold>9</McxGold> <McxSilver>10</McxSilver> <RtgsRate>11</RtgsRate> <Silver>8</Silver> <Time>sample string 3</Time> </BullionRateModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Response| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| status | integer |
None. |
|
| Isupoad | boolean |
None. |
|
| imageurl | string |
None. |
|
| Data | Object |
None. |
|
| IsSuccess | boolean |
None. |
|
| StatusCode | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"status": 2,
"Isupoad": true,
"imageurl": "sample string 4",
"Data": {},
"IsSuccess": true,
"StatusCode": 7
}
application/xml, text/xml
Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/akwiecommApi.Models"> <Data /> <IsSuccess>true</IsSuccess> <Isupoad>true</Isupoad> <Message>sample string 1</Message> <StatusCode>7</StatusCode> <imageurl>sample string 4</imageurl> <status>2</status> </Response>