GET api/BaseGoldInfoes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BaseGoldInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| SalePerGeram | decimal number |
None. |
|
| BuyPerGeram | decimal number |
None. |
|
| FullCoin | decimal number |
None. |
|
| HalfCoin | decimal number |
None. |
|
| QuarterCoin | decimal number |
None. |
|
| GeramCoin | decimal number |
None. |
|
| Benefit | decimal number |
None. |
|
| Tax | decimal number |
None. |
|
| WageForRepaire | decimal number |
None. |
|
| WageForRepaireNonPersistent | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": 1,
"SalePerGeram": 1.1,
"BuyPerGeram": 1.1,
"FullCoin": 1.1,
"HalfCoin": 1.1,
"QuarterCoin": 1.1,
"GeramCoin": 1.1,
"Benefit": 1.1,
"Tax": 1.1,
"WageForRepaire": 1.1,
"WageForRepaireNonPersistent": 1.1
},
{
"$ref": "1"
}
]