GET api/GoldModels
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GoldModelViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| GoldTypeID | integer |
None. |
|
| Name | string |
None. |
|
| Wage | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"ID": 1,
"GoldTypeID": 2,
"Name": "sample string 3",
"Wage": 1.1
},
{
"$ref": "1"
}
]