GET api/GoldModels/{id}/{isGoldModel}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

isGoldModel

boolean

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GoldModelViewModel
NameDescriptionTypeAdditional 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"
  }
]